Uses of Class
com.google.cloud.servicedirectory.v1.ListNamespacesRequest
-
Packages that use ListNamespacesRequest Package Description com.google.cloud.servicedirectory.v1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1.stub -
-
Uses of ListNamespacesRequest in com.google.cloud.servicedirectory.v1
Methods in com.google.cloud.servicedirectory.v1 that return ListNamespacesRequest Modifier and Type Method Description ListNamespacesRequest
ListNamespacesRequest.Builder. build()
ListNamespacesRequest
ListNamespacesRequest.Builder. buildPartial()
static ListNamespacesRequest
ListNamespacesRequest. getDefaultInstance()
ListNamespacesRequest
ListNamespacesRequest.Builder. getDefaultInstanceForType()
ListNamespacesRequest
ListNamespacesRequest. getDefaultInstanceForType()
static ListNamespacesRequest
ListNamespacesRequest. parseDelimitedFrom(InputStream input)
static ListNamespacesRequest
ListNamespacesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(byte[] data)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(InputStream input)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(ByteBuffer data)
static ListNamespacesRequest
ListNamespacesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.servicedirectory.v1 that return types with arguments of type ListNamespacesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNamespacesRequest,ListNamespacesResponse>
RegistrationServiceGrpc. getListNamespacesMethod()
com.google.protobuf.Parser<ListNamespacesRequest>
ListNamespacesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,ListNamespacesResponse>
RegistrationServiceClient. listNamespacesCallable()
Lists all namespaces.com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceClient. listNamespacesPagedCallable()
Lists all namespaces.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNamespacesRequest,ListNamespacesResponse,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceSettings.Builder. listNamespacesSettings()
Returns the builder for the settings used for calls to listNamespaces.com.google.api.gax.rpc.PagedCallSettings<ListNamespacesRequest,ListNamespacesResponse,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceSettings. listNamespacesSettings()
Returns the object with the settings used for calls to listNamespaces.static com.google.protobuf.Parser<ListNamespacesRequest>
ListNamespacesRequest. parser()
Methods in com.google.cloud.servicedirectory.v1 with parameters of type ListNamespacesRequest Modifier and Type Method Description RegistrationServiceClient.ListNamespacesPagedResponse
RegistrationServiceClient. listNamespaces(ListNamespacesRequest request)
Lists all namespaces.default void
RegistrationServiceGrpc.AsyncService. listNamespaces(ListNamespacesRequest request, io.grpc.stub.StreamObserver<ListNamespacesResponse> responseObserver)
Lists all namespaces.ListNamespacesResponse
RegistrationServiceGrpc.RegistrationServiceBlockingStub. listNamespaces(ListNamespacesRequest request)
Lists all namespaces.com.google.common.util.concurrent.ListenableFuture<ListNamespacesResponse>
RegistrationServiceGrpc.RegistrationServiceFutureStub. listNamespaces(ListNamespacesRequest request)
Lists all namespaces.void
RegistrationServiceGrpc.RegistrationServiceStub. listNamespaces(ListNamespacesRequest request, io.grpc.stub.StreamObserver<ListNamespacesResponse> responseObserver)
Lists all namespaces.ListNamespacesRequest.Builder
ListNamespacesRequest.Builder. mergeFrom(ListNamespacesRequest other)
static ListNamespacesRequest.Builder
ListNamespacesRequest. newBuilder(ListNamespacesRequest prototype)
Method parameters in com.google.cloud.servicedirectory.v1 with type arguments of type ListNamespacesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceClient.ListNamespacesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, com.google.api.core.ApiFuture<ListNamespacesResponse> futureResponse)
protected RegistrationServiceClient.ListNamespacesPage
RegistrationServiceClient.ListNamespacesPage. createPage(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, ListNamespacesResponse response)
com.google.api.core.ApiFuture<RegistrationServiceClient.ListNamespacesPage>
RegistrationServiceClient.ListNamespacesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNamespacesRequest,ListNamespacesResponse,Namespace> context, com.google.api.core.ApiFuture<ListNamespacesResponse> futureResponse)
-
Uses of ListNamespacesRequest in com.google.cloud.servicedirectory.v1.stub
Methods in com.google.cloud.servicedirectory.v1.stub that return types with arguments of type ListNamespacesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,ListNamespacesResponse>
GrpcRegistrationServiceStub. listNamespacesCallable()
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,ListNamespacesResponse>
HttpJsonRegistrationServiceStub. listNamespacesCallable()
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,ListNamespacesResponse>
RegistrationServiceStub. listNamespacesCallable()
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,RegistrationServiceClient.ListNamespacesPagedResponse>
GrpcRegistrationServiceStub. listNamespacesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,RegistrationServiceClient.ListNamespacesPagedResponse>
HttpJsonRegistrationServiceStub. listNamespacesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNamespacesRequest,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceStub. listNamespacesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNamespacesRequest,ListNamespacesResponse,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceStubSettings.Builder. listNamespacesSettings()
Returns the builder for the settings used for calls to listNamespaces.com.google.api.gax.rpc.PagedCallSettings<ListNamespacesRequest,ListNamespacesResponse,RegistrationServiceClient.ListNamespacesPagedResponse>
RegistrationServiceStubSettings. listNamespacesSettings()
Returns the object with the settings used for calls to listNamespaces.
-