public final class ApiMetadataList extends GeneratedMessage implements ApiMetadataListOrBuilderThe message to hold repeated API metadata.
Protobuf type google.cloud.apihub.v1.ApiMetadataList
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ApiMetadataListImplements
ApiMetadataListOrBuilderStatic Fields
API_METADATA_FIELD_NUMBER
public static final int API_METADATA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ApiMetadataList getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ApiMetadataList.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ApiMetadataList.Builder |
|
newBuilder(ApiMetadataList prototype)
public static ApiMetadataList.Builder newBuilder(ApiMetadataList prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ApiMetadataList |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList.Builder |
|
parseDelimitedFrom(InputStream input)
public static ApiMetadataList parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ApiMetadataList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ApiMetadataList parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ApiMetadataList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ApiMetadataList parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApiMetadataList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ApiMetadataList parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ApiMetadataList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ApiMetadataList parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ApiMetadataList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ApiMetadataList parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ApiMetadataList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ApiMetadataList> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ApiMetadataList> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getApiMetadata(int index)
public 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 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 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 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 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> |
|
getDefaultInstanceForType()
public ApiMetadataList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ApiMetadataList |
|
getParserForType()
public Parser<ApiMetadataList> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ApiMetadataList> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ApiMetadataList.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ApiMetadataList.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ApiMetadataList.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ApiMetadataList.Builder |
|
toBuilder()
public ApiMetadataList.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ApiMetadataList.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|