Uses of Class
com.google.container.v1beta1.ListLocationsRequest
-
Packages that use ListLocationsRequest Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of ListLocationsRequest in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return types with arguments of type ListLocationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLocationsRequest,ListLocationsResponse>
ClusterManagerClient. listLocationsCallable()
Fetches locations that offer Google Kubernetes Engine.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListLocationsRequest,ListLocationsResponse>
ClusterManagerSettings.Builder. listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.UnaryCallSettings<ListLocationsRequest,ListLocationsResponse>
ClusterManagerSettings. listLocationsSettings()
Returns the object with the settings used for calls to listLocations.Methods in com.google.cloud.container.v1beta1 with parameters of type ListLocationsRequest Modifier and Type Method Description ListLocationsResponse
ClusterManagerClient. listLocations(ListLocationsRequest request)
Fetches locations that offer Google Kubernetes Engine. -
Uses of ListLocationsRequest in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.stub that return types with arguments of type ListLocationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLocationsRequest,ListLocationsResponse>
ClusterManagerStub. listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListLocationsRequest,ListLocationsResponse>
GrpcClusterManagerStub. listLocationsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListLocationsRequest,ListLocationsResponse>
ClusterManagerStubSettings.Builder. listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.UnaryCallSettings<ListLocationsRequest,ListLocationsResponse>
ClusterManagerStubSettings. listLocationsSettings()
Returns the object with the settings used for calls to listLocations. -
Uses of ListLocationsRequest in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return ListLocationsRequest Modifier and Type Method Description ListLocationsRequest
ListLocationsRequest.Builder. build()
ListLocationsRequest
ListLocationsRequest.Builder. buildPartial()
static ListLocationsRequest
ListLocationsRequest. getDefaultInstance()
ListLocationsRequest
ListLocationsRequest.Builder. getDefaultInstanceForType()
ListLocationsRequest
ListLocationsRequest. getDefaultInstanceForType()
static ListLocationsRequest
ListLocationsRequest. parseDelimitedFrom(InputStream input)
static ListLocationsRequest
ListLocationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsRequest
ListLocationsRequest. parseFrom(byte[] data)
static ListLocationsRequest
ListLocationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsRequest
ListLocationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListLocationsRequest
ListLocationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsRequest
ListLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLocationsRequest
ListLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsRequest
ListLocationsRequest. parseFrom(InputStream input)
static ListLocationsRequest
ListLocationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsRequest
ListLocationsRequest. parseFrom(ByteBuffer data)
static ListLocationsRequest
ListLocationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type ListLocationsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLocationsRequest,ListLocationsResponse>
ClusterManagerGrpc. getListLocationsMethod()
com.google.protobuf.Parser<ListLocationsRequest>
ListLocationsRequest. getParserForType()
static com.google.protobuf.Parser<ListLocationsRequest>
ListLocationsRequest. parser()
Methods in com.google.container.v1beta1 with parameters of type ListLocationsRequest Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)
Fetches locations that offer Google Kubernetes Engine.ListLocationsResponse
ClusterManagerGrpc.ClusterManagerBlockingStub. listLocations(ListLocationsRequest request)
Fetches locations that offer Google Kubernetes Engine.com.google.common.util.concurrent.ListenableFuture<ListLocationsResponse>
ClusterManagerGrpc.ClusterManagerFutureStub. listLocations(ListLocationsRequest request)
Fetches locations that offer Google Kubernetes Engine.void
ClusterManagerGrpc.ClusterManagerStub. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)
Fetches locations that offer Google Kubernetes Engine.ListLocationsRequest.Builder
ListLocationsRequest.Builder. mergeFrom(ListLocationsRequest other)
static ListLocationsRequest.Builder
ListLocationsRequest. newBuilder(ListLocationsRequest prototype)
-