publicfinalclass ListInstancesResponseextendsGeneratedMessageV3implementsListInstancesResponseOrBuilder
Response message for the list instance request.
Protobuf type google.cloud.datafusion.v1.ListInstancesResponse
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
INSTANCES_FIELD_NUMBER
publicstaticfinalintINSTANCES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
publicstaticfinalintNEXT_PAGE_TOKEN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
UNREACHABLE_FIELD_NUMBER
publicstaticfinalintUNREACHABLE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticListInstancesResponsegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticListInstancesResponse.BuildernewBuilder()
newBuilder(ListInstancesResponse prototype)
publicstaticListInstancesResponse.BuildernewBuilder(ListInstancesResponseprototype)
publicstaticListInstancesResponseparseDelimitedFrom(InputStreaminput)
publicstaticListInstancesResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticListInstancesResponseparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticListInstancesResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticListInstancesResponseparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticListInstancesResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticListInstancesResponseparseFrom(CodedInputStreaminput)
publicstaticListInstancesResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticListInstancesResponseparseFrom(InputStreaminput)
publicstaticListInstancesResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticListInstancesResponseparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticListInstancesResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ListInstancesResponse>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicListInstancesResponsegetDefaultInstanceForType()
getInstances(int index)
publicInstancegetInstances(intindex)
Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter |
| Name |
Description |
index |
int
|
getInstancesCount()
publicintgetInstancesCount()
Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns |
| Type |
Description |
int |
getInstancesList()
publicList<Instance>getInstancesList()
Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
getInstancesOrBuilder(int index)
publicInstanceOrBuildergetInstancesOrBuilder(intindex)
Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter |
| Name |
Description |
index |
int
|
getInstancesOrBuilderList()
publicList<?extendsInstanceOrBuilder>getInstancesOrBuilderList()
Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.datafusion.v1.InstanceOrBuilder> |
getNextPageToken()
publicStringgetNextPageToken()
Token to retrieve the next page of results or empty if there are no more
results in the list.
string next_page_token = 2;
| Returns |
| Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
publicByteStringgetNextPageTokenBytes()
Token to retrieve the next page of results or empty if there are no more
results in the list.
string next_page_token = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
publicParser<ListInstancesResponse>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getUnreachable(int index)
publicStringgetUnreachable(intindex)
Locations that could not be reached.
repeated string unreachable = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The unreachable at the given index.
|
getUnreachableBytes(int index)
publicByteStringgetUnreachableBytes(intindex)
Locations that could not be reached.
repeated string unreachable = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the unreachable at the given index.
|
getUnreachableCount()
publicintgetUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
| Returns |
| Type |
Description |
int |
The count of unreachable.
|
getUnreachableList()
publicProtocolStringListgetUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicListInstancesResponse.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedListInstancesResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicListInstancesResponse.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides