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 ListLocationsResponseClusterManagerClient. 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 ListLocationsRequestListLocationsRequest.Builder. build()ListLocationsRequestListLocationsRequest.Builder. buildPartial()static ListLocationsRequestListLocationsRequest. getDefaultInstance()ListLocationsRequestListLocationsRequest.Builder. getDefaultInstanceForType()ListLocationsRequestListLocationsRequest. getDefaultInstanceForType()static ListLocationsRequestListLocationsRequest. parseDelimitedFrom(InputStream input)static ListLocationsRequestListLocationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsRequestListLocationsRequest. parseFrom(byte[] data)static ListLocationsRequestListLocationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsRequestListLocationsRequest. parseFrom(com.google.protobuf.ByteString data)static ListLocationsRequestListLocationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsRequestListLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLocationsRequestListLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsRequestListLocationsRequest. parseFrom(InputStream input)static ListLocationsRequestListLocationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocationsRequestListLocationsRequest. parseFrom(ByteBuffer data)static ListLocationsRequestListLocationsRequest. 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 voidClusterManagerGrpc.AsyncService. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)Fetches locations that offer Google Kubernetes Engine.ListLocationsResponseClusterManagerGrpc.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.voidClusterManagerGrpc.ClusterManagerStub. listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)Fetches locations that offer Google Kubernetes Engine.ListLocationsRequest.BuilderListLocationsRequest.Builder. mergeFrom(ListLocationsRequest other)static ListLocationsRequest.BuilderListLocationsRequest. newBuilder(ListLocationsRequest prototype)
-