Send feedback
Class Source (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.37.0 keyboard_arrow_down
public final class Source extends GeneratedMessageV3 implements SourceOrBuilder
Source represents an object from which asset information is
streamed to Migration Center.
Protobuf type google.cloud.migrationcenter.v1.Source
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
ERROR_FRAME_COUNT_FIELD_NUMBER
public static final int ERROR_FRAME_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
MANAGED_FIELD_NUMBER
public static final int MANAGED_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
PENDING_FRAME_COUNT_FIELD_NUMBER
public static final int PENDING_FRAME_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
PRIORITY_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
Field Value
Type
Description
int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Type
Description
int
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Source getDefaultInstance ()
Returns
Type
Description
Source
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Source . Builder newBuilder ()
newBuilder(Source prototype)
public static Source . Builder newBuilder ( Source prototype )
Parameter
Name
Description
prototype
Source
public static Source parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Source
public static Source parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Source
parseFrom(byte[] data)
public static Source parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Source
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Source parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Source
parseFrom(ByteString data)
public static Source parseFrom ( ByteString data )
Returns
Type
Description
Source
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Source parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Source
public static Source parseFrom ( CodedInputStream input )
Returns
Type
Description
Source
public static Source parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Source
public static Source parseFrom ( InputStream input )
Returns
Type
Description
Source
public static Source parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Source
parseFrom(ByteBuffer data)
public static Source parseFrom ( ByteBuffer data )
Returns
Type
Description
Source
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Source parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Source
parser()
public static Parser<Source> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCreateTime()
public Timestamp getCreateTime ()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public Source getDefaultInstanceForType ()
Returns
Type
Description
Source
getDescription()
public String getDescription ()
Free-text description.
string description = 5;
Returns
Type
Description
String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
Free-text description.
string description = 5;
Returns
Type
Description
ByteString
The bytes for description.
getDisplayName()
public String getDisplayName ()
User-friendly display name.
string display_name = 4;
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
User-friendly display name.
string display_name = 4;
Returns
Type
Description
ByteString
The bytes for displayName.
getErrorFrameCount()
public int getErrorFrameCount ()
Output only. The number of frames that were reported by the source and
contained errors.
int32 error_frame_count = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The errorFrameCount.
getManaged()
public boolean getManaged ()
If true
, the source is managed by other service(s).
bool managed = 8;
Returns
Type
Description
boolean
The managed.
getName()
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. The full name of the source.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Source> getParserForType ()
Overrides
getPendingFrameCount()
public int getPendingFrameCount ()
Output only. Number of frames that are still being processed.
int32 pending_frame_count = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The pendingFrameCount.
getPriority()
The information confidence of the source.
The higher the value, the higher the confidence.
int32 priority = 7;
Returns
Type
Description
int
The priority.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getState()
public Source . State getState ()
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue ()
Output only. The state of the source.
.google.cloud.migrationcenter.v1.Source.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for state.
getType()
public Source . SourceType getType ()
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;
getTypeValue()
public int getTypeValue ()
Data source type.
.google.cloud.migrationcenter.v1.Source.SourceType type = 6;
Returns
Type
Description
int
The enum numeric value on the wire for type.
getUpdateTime()
public Timestamp getUpdateTime ()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
Timestamp
The updateTime.
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder ()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime()
public boolean hasCreateTime ()
Output only. The timestamp when the source was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the createTime field is set.
hasUpdateTime()
public boolean hasUpdateTime ()
Output only. The timestamp when the source was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the updateTime field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Source . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Source . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Source . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]