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 ListLocationsResponseClusterManagerClient. listLocations(ListLocationsRequest request)Fetches locations that offer Google Kubernetes Engine.ListLocationsResponseClusterManagerClient. 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 ListLocationsResponseListLocationsResponse.Builder. build()ListLocationsResponseListLocationsResponse.Builder. buildPartial()static ListLocationsResponseListLocationsResponse. getDefaultInstance()ListLocationsResponseListLocationsResponse.Builder. getDefaultInstanceForType()ListLocationsResponseListLocationsResponse. getDefaultInstanceForType()ListLocationsResponseClusterManagerGrpc.ClusterManagerBlockingStub. listLocations(ListLocationsRequest request)Fetches locations that offer Google Kubernetes Engine.static ListLocationsResponseListLocationsResponse. parseDelimitedFrom(InputStream input)static ListLocationsResponseListLocationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsResponseListLocationsResponse. parseFrom(byte[] data)static ListLocationsResponseListLocationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsResponseListLocationsResponse. parseFrom(com.google.protobuf.ByteString data)static ListLocationsResponseListLocationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsResponseListLocationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListLocationsResponseListLocationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsResponseListLocationsResponse. parseFrom(InputStream input)static ListLocationsResponseListLocationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsResponseListLocationsResponse. parseFrom(ByteBuffer data)static ListLocationsResponseListLocationsResponse. 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.BuilderListLocationsResponse.Builder. mergeFrom(ListLocationsResponse other)static ListLocationsResponse.BuilderListLocationsResponse. newBuilder(ListLocationsResponse prototype)Method parameters in com.google.container.v1beta1 with type arguments of type ListLocationsResponse Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)Fetches locations that offer Google Kubernetes Engine.voidClusterManagerGrpc.ClusterManagerStub. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)Fetches locations that offer Google Kubernetes Engine.
-