Uses of Class
com.google.api.servicemanagement.v1.GetServiceConfigRequest
-
Packages that use GetServiceConfigRequest Package Description com.google.api.servicemanagement.v1 com.google.cloud.api.servicemanagement.v1 A client to Service Management APIcom.google.cloud.api.servicemanagement.v1.stub -
-
Uses of GetServiceConfigRequest in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return GetServiceConfigRequest Modifier and Type Method Description GetServiceConfigRequest
GetServiceConfigRequest.Builder. build()
GetServiceConfigRequest
GetServiceConfigRequest.Builder. buildPartial()
static GetServiceConfigRequest
GetServiceConfigRequest. getDefaultInstance()
GetServiceConfigRequest
GetServiceConfigRequest.Builder. getDefaultInstanceForType()
GetServiceConfigRequest
GetServiceConfigRequest. getDefaultInstanceForType()
static GetServiceConfigRequest
GetServiceConfigRequest. parseDelimitedFrom(InputStream input)
static GetServiceConfigRequest
GetServiceConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(byte[] data)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(InputStream input)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(ByteBuffer data)
static GetServiceConfigRequest
GetServiceConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicemanagement.v1 that return types with arguments of type GetServiceConfigRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerGrpc. getGetServiceConfigMethod()
com.google.protobuf.Parser<GetServiceConfigRequest>
GetServiceConfigRequest. getParserForType()
static com.google.protobuf.Parser<GetServiceConfigRequest>
GetServiceConfigRequest. parser()
Methods in com.google.api.servicemanagement.v1 with parameters of type GetServiceConfigRequest Modifier and Type Method Description default void
ServiceManagerGrpc.AsyncService. getServiceConfig(GetServiceConfigRequest request, io.grpc.stub.StreamObserver<com.google.api.Service> responseObserver)
Gets a service configuration (version) for a managed service.com.google.api.Service
ServiceManagerGrpc.ServiceManagerBlockingStub. getServiceConfig(GetServiceConfigRequest request)
Gets a service configuration (version) for a managed service.com.google.common.util.concurrent.ListenableFuture<com.google.api.Service>
ServiceManagerGrpc.ServiceManagerFutureStub. getServiceConfig(GetServiceConfigRequest request)
Gets a service configuration (version) for a managed service.void
ServiceManagerGrpc.ServiceManagerStub. getServiceConfig(GetServiceConfigRequest request, io.grpc.stub.StreamObserver<com.google.api.Service> responseObserver)
Gets a service configuration (version) for a managed service.GetServiceConfigRequest.Builder
GetServiceConfigRequest.Builder. mergeFrom(GetServiceConfigRequest other)
static GetServiceConfigRequest.Builder
GetServiceConfigRequest. newBuilder(GetServiceConfigRequest prototype)
-
Uses of GetServiceConfigRequest in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return types with arguments of type GetServiceConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerClient. getServiceConfigCallable()
Gets a service configuration (version) for a managed service.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerSettings.Builder. getServiceConfigSettings()
Returns the builder for the settings used for calls to getServiceConfig.com.google.api.gax.rpc.UnaryCallSettings<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerSettings. getServiceConfigSettings()
Returns the object with the settings used for calls to getServiceConfig.Methods in com.google.cloud.api.servicemanagement.v1 with parameters of type GetServiceConfigRequest Modifier and Type Method Description com.google.api.Service
ServiceManagerClient. getServiceConfig(GetServiceConfigRequest request)
Gets a service configuration (version) for a managed service. -
Uses of GetServiceConfigRequest in com.google.cloud.api.servicemanagement.v1.stub
Methods in com.google.cloud.api.servicemanagement.v1.stub that return types with arguments of type GetServiceConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceConfigRequest,com.google.api.Service>
GrpcServiceManagerStub. getServiceConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceConfigRequest,com.google.api.Service>
HttpJsonServiceManagerStub. getServiceConfigCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerStub. getServiceConfigCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerStubSettings.Builder. getServiceConfigSettings()
Returns the builder for the settings used for calls to getServiceConfig.com.google.api.gax.rpc.UnaryCallSettings<GetServiceConfigRequest,com.google.api.Service>
ServiceManagerStubSettings. getServiceConfigSettings()
Returns the object with the settings used for calls to getServiceConfig.
-