public final class Frames extends GeneratedMessageV3 implements FramesOrBuilder
Collection of frame data.
Protobuf type google.cloud.migrationcenter.v1.Frames
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FramesImplements
FramesOrBuilderStatic Fields
FRAMES_DATA_FIELD_NUMBER
public static final int FRAMES_DATA_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Frames getDefaultInstance()
Returns | |
---|---|
Type | Description |
Frames |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Frames.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Frames.Builder |
newBuilder(Frames prototype)
public static Frames.Builder newBuilder(Frames prototype)
Parameter | |
---|---|
Name | Description |
prototype | Frames |
Returns | |
---|---|
Type | Description |
Frames.Builder |
parseDelimitedFrom(InputStream input)
public static Frames parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Frames parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Frames parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Frames parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Frames parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Frames parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Frames parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Frames parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Frames parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Frames parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Frames parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Frames parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Frames |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Frames> parser()
Returns | |
---|---|
Type | Description |
Parser<Frames> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Frames getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Frames |
getFramesData(int index)
public AssetFrame getFramesData(int index)
A repeated field of asset data.
repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
AssetFrame |
getFramesDataCount()
public int getFramesDataCount()
A repeated field of asset data.
repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;
Returns | |
---|---|
Type | Description |
int |
getFramesDataList()
public List<AssetFrame> getFramesDataList()
A repeated field of asset data.
repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;
Returns | |
---|---|
Type | Description |
List<AssetFrame> |
getFramesDataOrBuilder(int index)
public AssetFrameOrBuilder getFramesDataOrBuilder(int index)
A repeated field of asset data.
repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
AssetFrameOrBuilder |
getFramesDataOrBuilderList()
public List<? extends AssetFrameOrBuilder> getFramesDataOrBuilderList()
A repeated field of asset data.
repeated .google.cloud.migrationcenter.v1.AssetFrame frames_data = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.AssetFrameOrBuilder> |
getParserForType()
public Parser<Frames> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Frames> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Frames.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Frames.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Frames.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
Frames.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Frames.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Frames.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |