Uses of Class
com.google.container.v1beta1.ListLocationsResponse
-
Packages that use ListLocationsResponse Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of ListLocationsResponse in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return ListLocationsResponse Modifier and Type Method Description ListLocationsResponse
ClusterManagerClient. listLocations(ListLocationsRequest request)
Fetches locations that offer Google Kubernetes Engine.ListLocationsResponse
ClusterManagerClient. listLocations(String parent)
Fetches locations that offer Google Kubernetes Engine.Methods in com.google.cloud.container.v1beta1 that return types with arguments of type ListLocationsResponse 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. -
Uses of ListLocationsResponse in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.stub that return types with arguments of type ListLocationsResponse 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 ListLocationsResponse in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return ListLocationsResponse Modifier and Type Method Description ListLocationsResponse
ListLocationsResponse.Builder. build()
ListLocationsResponse
ListLocationsResponse.Builder. buildPartial()
static ListLocationsResponse
ListLocationsResponse. getDefaultInstance()
ListLocationsResponse
ListLocationsResponse.Builder. getDefaultInstanceForType()
ListLocationsResponse
ListLocationsResponse. getDefaultInstanceForType()
ListLocationsResponse
ClusterManagerGrpc.ClusterManagerBlockingStub. listLocations(ListLocationsRequest request)
Fetches locations that offer Google Kubernetes Engine.static ListLocationsResponse
ListLocationsResponse. parseDelimitedFrom(InputStream input)
static ListLocationsResponse
ListLocationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsResponse
ListLocationsResponse. parseFrom(byte[] data)
static ListLocationsResponse
ListLocationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsResponse
ListLocationsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListLocationsResponse
ListLocationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsResponse
ListLocationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLocationsResponse
ListLocationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsResponse
ListLocationsResponse. parseFrom(InputStream input)
static ListLocationsResponse
ListLocationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocationsResponse
ListLocationsResponse. parseFrom(ByteBuffer data)
static ListLocationsResponse
ListLocationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type ListLocationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLocationsRequest,ListLocationsResponse>
ClusterManagerGrpc. getListLocationsMethod()
com.google.protobuf.Parser<ListLocationsResponse>
ListLocationsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListLocationsResponse>
ClusterManagerGrpc.ClusterManagerFutureStub. listLocations(ListLocationsRequest request)
Fetches locations that offer Google Kubernetes Engine.static com.google.protobuf.Parser<ListLocationsResponse>
ListLocationsResponse. parser()
Methods in com.google.container.v1beta1 with parameters of type ListLocationsResponse Modifier and Type Method Description ListLocationsResponse.Builder
ListLocationsResponse.Builder. mergeFrom(ListLocationsResponse other)
static ListLocationsResponse.Builder
ListLocationsResponse. newBuilder(ListLocationsResponse prototype)
Method parameters in com.google.container.v1beta1 with type arguments of type ListLocationsResponse 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.void
ClusterManagerGrpc.ClusterManagerStub. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)
Fetches locations that offer Google Kubernetes Engine.
-