Uses of Class
com.google.apps.card.v1.ImageCropStyle
-
Packages that use ImageCropStyle Package Description com.google.apps.card.v1 -
-
Uses of ImageCropStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ImageCropStyle Modifier and Type Method Description ImageCropStyle
ImageCropStyle.Builder. build()
ImageCropStyle
ImageCropStyle.Builder. buildPartial()
ImageCropStyle
ImageComponent.Builder. getCropStyle()
The crop style to apply to the image.ImageCropStyle
ImageComponent. getCropStyle()
The crop style to apply to the image.ImageCropStyle
ImageComponentOrBuilder. getCropStyle()
The crop style to apply to the image.static ImageCropStyle
ImageCropStyle. getDefaultInstance()
ImageCropStyle
ImageCropStyle.Builder. getDefaultInstanceForType()
ImageCropStyle
ImageCropStyle. getDefaultInstanceForType()
static ImageCropStyle
ImageCropStyle. parseDelimitedFrom(java.io.InputStream input)
static ImageCropStyle
ImageCropStyle. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageCropStyle
ImageCropStyle. parseFrom(byte[] data)
static ImageCropStyle
ImageCropStyle. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageCropStyle
ImageCropStyle. parseFrom(com.google.protobuf.ByteString data)
static ImageCropStyle
ImageCropStyle. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageCropStyle
ImageCropStyle. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageCropStyle
ImageCropStyle. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageCropStyle
ImageCropStyle. parseFrom(java.io.InputStream input)
static ImageCropStyle
ImageCropStyle. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageCropStyle
ImageCropStyle. parseFrom(java.nio.ByteBuffer data)
static ImageCropStyle
ImageCropStyle. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.apps.card.v1 that return types with arguments of type ImageCropStyle Modifier and Type Method Description com.google.protobuf.Parser<ImageCropStyle>
ImageCropStyle. getParserForType()
static com.google.protobuf.Parser<ImageCropStyle>
ImageCropStyle. parser()
Methods in com.google.apps.card.v1 with parameters of type ImageCropStyle Modifier and Type Method Description ImageComponent.Builder
ImageComponent.Builder. mergeCropStyle(ImageCropStyle value)
The crop style to apply to the image.ImageCropStyle.Builder
ImageCropStyle.Builder. mergeFrom(ImageCropStyle other)
static ImageCropStyle.Builder
ImageCropStyle. newBuilder(ImageCropStyle prototype)
ImageComponent.Builder
ImageComponent.Builder. setCropStyle(ImageCropStyle value)
The crop style to apply to the image.
-