Interface Camera.GetImageRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Camera.GetImageRequest, Camera.GetImageRequest.Builder
Enclosing class:
Camera

public static interface Camera.GetImageRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    Additional arguments to the method
    Requested MIME type of response
    com.google.protobuf.ByteString
    Requested MIME type of response
    Name of a camera
    com.google.protobuf.ByteString
    Name of a camera
    boolean
    Additional arguments to the method

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getMimeType

      String getMimeType()
       Requested MIME type of response
       
      string mime_type = 2 [json_name = "mimeType"];
      Returns:
      The mimeType.
    • getMimeTypeBytes

      com.google.protobuf.ByteString getMimeTypeBytes()
       Requested MIME type of response
       
      string mime_type = 2 [json_name = "mimeType"];
      Returns:
      The bytes for mimeType.
    • hasExtra

      boolean hasExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      Whether the extra field is set.
    • getExtra

      com.google.protobuf.Struct getExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.