Interface ListInstancesResponseOrBuilder (1.7.0)

publicinterface ListInstancesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

publicabstractInstancegetInstances(intindex)

Represents a list of Data Fusion instances.

repeated .google.cloud.datafusion.v1beta1.Instance instances = 1;

Parameter
Name Description
index int
Returns
Type Description

getInstancesCount()

publicabstractintgetInstancesCount()

Represents a list of Data Fusion instances.

repeated .google.cloud.datafusion.v1beta1.Instance instances = 1;

Returns
Type Description
int

getInstancesList()

publicabstractList<Instance>getInstancesList()

Represents a list of Data Fusion instances.

repeated .google.cloud.datafusion.v1beta1.Instance instances = 1;

Returns
Type Description

getInstancesOrBuilder(int index)

publicabstractInstanceOrBuildergetInstancesOrBuilder(intindex)

Represents a list of Data Fusion instances.

repeated .google.cloud.datafusion.v1beta1.Instance instances = 1;

Parameter
Name Description
index int
Returns
Type Description

getInstancesOrBuilderList()

publicabstractList<?extendsInstanceOrBuilder>getInstancesOrBuilderList()

Represents a list of Data Fusion instances.

repeated .google.cloud.datafusion.v1beta1.Instance instances = 1;

Returns
Type Description
List<? extends com.google.cloud.datafusion.v1beta1.InstanceOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

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()

publicabstractByteStringgetNextPageTokenBytes()

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.

getUnreachable(int index)

publicabstractStringgetUnreachable(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)

publicabstractByteStringgetUnreachableBytes(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()

publicabstractintgetUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

publicabstractList<String>getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
List<String>

A list containing the unreachable.

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年11月19日 UTC.