public interface GapicMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsServices(String key)
A map from each proto-defined service to ServiceForTransports,
which allows listing information about transport-specific
implementations of the service.
|
String |
getComment()
Any human-readable comments to be included in this file.
|
com.google.protobuf.ByteString |
getCommentBytes()
Any human-readable comments to be included in this file.
|
String |
getLanguage()
Computer language of this generated language.
|
com.google.protobuf.ByteString |
getLanguageBytes()
Computer language of this generated language.
|
String |
getLibraryPackage()
The language-specific library package for this GAPIC library.
|
com.google.protobuf.ByteString |
getLibraryPackageBytes()
The language-specific library package for this GAPIC library.
|
String |
getProtoPackage()
The proto package containing the API definition for which this
GAPIC library was generated.
|
com.google.protobuf.ByteString |
getProtoPackageBytes()
The proto package containing the API definition for which this
GAPIC library was generated.
|
String |
getSchema()
Schema version of this proto.
|
com.google.protobuf.ByteString |
getSchemaBytes()
Schema version of this proto.
|
Map<String,GapicMetadata.ServiceForTransport> |
getServices()
Deprecated.
|
int |
getServicesCount()
A map from each proto-defined service to ServiceForTransports,
which allows listing information about transport-specific
implementations of the service.
|
Map<String,GapicMetadata.ServiceForTransport> |
getServicesMap()
A map from each proto-defined service to ServiceForTransports,
which allows listing information about transport-specific
implementations of the service.
|
GapicMetadata.ServiceForTransport |
getServicesOrDefault(String key,
GapicMetadata.ServiceForTransport defaultValue)
A map from each proto-defined service to ServiceForTransports,
which allows listing information about transport-specific
implementations of the service.
|
GapicMetadata.ServiceForTransport |
getServicesOrThrow(String key)
A map from each proto-defined service to ServiceForTransports,
which allows listing information about transport-specific
implementations of the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchema()
Schema version of this proto. Current value: 1.0
string schema = 1;com.google.protobuf.ByteString getSchemaBytes()
Schema version of this proto. Current value: 1.0
string schema = 1;String getComment()
Any human-readable comments to be included in this file.
string comment = 2;com.google.protobuf.ByteString getCommentBytes()
Any human-readable comments to be included in this file.
string comment = 2;String getLanguage()
Computer language of this generated language. This must be spelled out as it spoken in English, with no capitalization or separators (e.g. "csharp", "nodejs").
string language = 3;com.google.protobuf.ByteString getLanguageBytes()
Computer language of this generated language. This must be spelled out as it spoken in English, with no capitalization or separators (e.g. "csharp", "nodejs").
string language = 3;String getProtoPackage()
The proto package containing the API definition for which this GAPIC library was generated.
string proto_package = 4;com.google.protobuf.ByteString getProtoPackageBytes()
The proto package containing the API definition for which this GAPIC library was generated.
string proto_package = 4;String getLibraryPackage()
The language-specific library package for this GAPIC library.
string library_package = 5;com.google.protobuf.ByteString getLibraryPackageBytes()
The language-specific library package for this GAPIC library.
string library_package = 5;int getServicesCount()
A map from each proto-defined service to ServiceForTransports, which allows listing information about transport-specific implementations of the service. The key is the name of the service as it appears in the .proto file.
map<string, .google.gapic.metadata.GapicMetadata.ServiceForTransport> services = 6;boolean containsServices(String key)
A map from each proto-defined service to ServiceForTransports, which allows listing information about transport-specific implementations of the service. The key is the name of the service as it appears in the .proto file.
map<string, .google.gapic.metadata.GapicMetadata.ServiceForTransport> services = 6;@Deprecated Map<String,GapicMetadata.ServiceForTransport> getServices()
getServicesMap() instead.Map<String,GapicMetadata.ServiceForTransport> getServicesMap()
A map from each proto-defined service to ServiceForTransports, which allows listing information about transport-specific implementations of the service. The key is the name of the service as it appears in the .proto file.
map<string, .google.gapic.metadata.GapicMetadata.ServiceForTransport> services = 6;GapicMetadata.ServiceForTransport getServicesOrDefault(String key, GapicMetadata.ServiceForTransport defaultValue)
A map from each proto-defined service to ServiceForTransports, which allows listing information about transport-specific implementations of the service. The key is the name of the service as it appears in the .proto file.
map<string, .google.gapic.metadata.GapicMetadata.ServiceForTransport> services = 6;GapicMetadata.ServiceForTransport getServicesOrThrow(String key)
A map from each proto-defined service to ServiceForTransports, which allows listing information about transport-specific implementations of the service. The key is the name of the service as it appears in the .proto file.
map<string, .google.gapic.metadata.GapicMetadata.ServiceForTransport> services = 6;Copyright © 2022 Google LLC. All rights reserved.