public final class FitDescriptor extends GeneratedMessageV3 implements FitDescriptorOrBuilder
Describes the fit level of an asset for migration to a specific target.
Protobuf type google.cloud.migrationcenter.v1.FitDescriptor
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FitDescriptorImplements
FitDescriptorOrBuilderStatic Fields
FIT_LEVEL_FIELD_NUMBER
public static final int FIT_LEVEL_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static FitDescriptor getDefaultInstance()
Returns | |
---|---|
Type | Description |
FitDescriptor |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static FitDescriptor.Builder newBuilder()
Returns | |
---|---|
Type | Description |
FitDescriptor.Builder |
newBuilder(FitDescriptor prototype)
public static FitDescriptor.Builder newBuilder(FitDescriptor prototype)
Parameter | |
---|---|
Name | Description |
prototype | FitDescriptor |
Returns | |
---|---|
Type | Description |
FitDescriptor.Builder |
parseDelimitedFrom(InputStream input)
public static FitDescriptor parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FitDescriptor parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static FitDescriptor parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FitDescriptor parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static FitDescriptor parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FitDescriptor parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static FitDescriptor parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FitDescriptor parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static FitDescriptor parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FitDescriptor parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static FitDescriptor parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FitDescriptor parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FitDescriptor |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<FitDescriptor> parser()
Returns | |
---|---|
Type | Description |
Parser<FitDescriptor> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public FitDescriptor getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FitDescriptor |
getFitLevel()
public FitDescriptor.FitLevel getFitLevel()
Fit level.
.google.cloud.migrationcenter.v1.FitDescriptor.FitLevel fit_level = 1;
Returns | |
---|---|
Type | Description |
FitDescriptor.FitLevel | The fitLevel. |
getFitLevelValue()
public int getFitLevelValue()
Fit level.
.google.cloud.migrationcenter.v1.FitDescriptor.FitLevel fit_level = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for fitLevel. |
getParserForType()
public Parser<FitDescriptor> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<FitDescriptor> |
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 FitDescriptor.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
FitDescriptor.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FitDescriptor.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
FitDescriptor.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public FitDescriptor.Builder toBuilder()
Returns | |
---|---|
Type | Description |
FitDescriptor.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |