Interface ApiMetadataListOrBuilder (0.28.0)

public interface ApiMetadataListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiMetadata(int index)

public abstract APIMetadata getApiMetadata(int index)

Required. The list of API metadata.

repeated .google.cloud.apihub.v1.APIMetadata api_metadata = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
APIMetadata

getApiMetadataCount()

public abstract int getApiMetadataCount()

Required. The list of API metadata.

repeated .google.cloud.apihub.v1.APIMetadata api_metadata = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getApiMetadataList()

public abstract List<APIMetadata> getApiMetadataList()

Required. The list of API metadata.

repeated .google.cloud.apihub.v1.APIMetadata api_metadata = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<APIMetadata>

getApiMetadataOrBuilder(int index)

public abstract APIMetadataOrBuilder getApiMetadataOrBuilder(int index)

Required. The list of API metadata.

repeated .google.cloud.apihub.v1.APIMetadata api_metadata = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
APIMetadataOrBuilder

getApiMetadataOrBuilderList()

public abstract List<? extends APIMetadataOrBuilder> getApiMetadataOrBuilderList()

Required. The list of API metadata.

repeated .google.cloud.apihub.v1.APIMetadata api_metadata = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.apihub.v1.APIMetadataOrBuilder>