Uses of Class
com.google.cloud.apigateway.v1.GetApiConfigRequest
-
Packages that use GetApiConfigRequest Package Description com.google.cloud.apigateway.v1 A client to API Gateway APIcom.google.cloud.apigateway.v1.stub -
-
Uses of GetApiConfigRequest in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return GetApiConfigRequest Modifier and Type Method Description GetApiConfigRequestGetApiConfigRequest.Builder. build()GetApiConfigRequestGetApiConfigRequest.Builder. buildPartial()static GetApiConfigRequestGetApiConfigRequest. getDefaultInstance()GetApiConfigRequestGetApiConfigRequest.Builder. getDefaultInstanceForType()GetApiConfigRequestGetApiConfigRequest. getDefaultInstanceForType()static GetApiConfigRequestGetApiConfigRequest. parseDelimitedFrom(InputStream input)static GetApiConfigRequestGetApiConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiConfigRequestGetApiConfigRequest. parseFrom(byte[] data)static GetApiConfigRequestGetApiConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiConfigRequestGetApiConfigRequest. parseFrom(com.google.protobuf.ByteString data)static GetApiConfigRequestGetApiConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiConfigRequestGetApiConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetApiConfigRequestGetApiConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiConfigRequestGetApiConfigRequest. parseFrom(InputStream input)static GetApiConfigRequestGetApiConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetApiConfigRequestGetApiConfigRequest. parseFrom(ByteBuffer data)static GetApiConfigRequestGetApiConfigRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigateway.v1 that return types with arguments of type GetApiConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>ApiGatewayServiceClient. getApiConfigCallable()Gets details of a single ApiConfig.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiConfigRequest,ApiConfig>ApiGatewayServiceSettings.Builder. getApiConfigSettings()Returns the builder for the settings used for calls to getApiConfig.com.google.api.gax.rpc.UnaryCallSettings<GetApiConfigRequest,ApiConfig>ApiGatewayServiceSettings. getApiConfigSettings()Returns the object with the settings used for calls to getApiConfig.static io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig>ApiGatewayServiceGrpc. getGetApiConfigMethod()com.google.protobuf.Parser<GetApiConfigRequest>GetApiConfigRequest. getParserForType()static com.google.protobuf.Parser<GetApiConfigRequest>GetApiConfigRequest. parser()Methods in com.google.cloud.apigateway.v1 with parameters of type GetApiConfigRequest Modifier and Type Method Description ApiConfigApiGatewayServiceClient. getApiConfig(GetApiConfigRequest request)Gets details of a single ApiConfig.ApiConfigApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub. getApiConfig(GetApiConfigRequest request)Gets details of a single ApiConfig.com.google.common.util.concurrent.ListenableFuture<ApiConfig>ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub. getApiConfig(GetApiConfigRequest request)Gets details of a single ApiConfig.voidApiGatewayServiceGrpc.ApiGatewayServiceStub. getApiConfig(GetApiConfigRequest request, io.grpc.stub.StreamObserver<ApiConfig> responseObserver)Gets details of a single ApiConfig.default voidApiGatewayServiceGrpc.AsyncService. getApiConfig(GetApiConfigRequest request, io.grpc.stub.StreamObserver<ApiConfig> responseObserver)Gets details of a single ApiConfig.GetApiConfigRequest.BuilderGetApiConfigRequest.Builder. mergeFrom(GetApiConfigRequest other)static GetApiConfigRequest.BuilderGetApiConfigRequest. newBuilder(GetApiConfigRequest prototype) -
Uses of GetApiConfigRequest in com.google.cloud.apigateway.v1.stub
Methods in com.google.cloud.apigateway.v1.stub that return types with arguments of type GetApiConfigRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>ApiGatewayServiceStub. getApiConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>GrpcApiGatewayServiceStub. getApiConfigCallable()com.google.api.gax.rpc.UnaryCallable<GetApiConfigRequest,ApiConfig>HttpJsonApiGatewayServiceStub. getApiConfigCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetApiConfigRequest,ApiConfig>ApiGatewayServiceStubSettings.Builder. getApiConfigSettings()Returns the builder for the settings used for calls to getApiConfig.com.google.api.gax.rpc.UnaryCallSettings<GetApiConfigRequest,ApiConfig>ApiGatewayServiceStubSettings. getApiConfigSettings()Returns the object with the settings used for calls to getApiConfig.
-