Uses of Class
com.google.cloud.managedidentities.v1.GetDomainRequest
-
Packages that use GetDomainRequest Package Description com.google.cloud.managedidentities.v1 A client to Managed Service for Microsoft Active Directory APIcom.google.cloud.managedidentities.v1.stub -
-
Uses of GetDomainRequest in com.google.cloud.managedidentities.v1
Methods in com.google.cloud.managedidentities.v1 that return GetDomainRequest Modifier and Type Method Description GetDomainRequest
GetDomainRequest.Builder. build()
GetDomainRequest
GetDomainRequest.Builder. buildPartial()
static GetDomainRequest
GetDomainRequest. getDefaultInstance()
GetDomainRequest
GetDomainRequest.Builder. getDefaultInstanceForType()
GetDomainRequest
GetDomainRequest. getDefaultInstanceForType()
static GetDomainRequest
GetDomainRequest. parseDelimitedFrom(InputStream input)
static GetDomainRequest
GetDomainRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDomainRequest
GetDomainRequest. parseFrom(byte[] data)
static GetDomainRequest
GetDomainRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDomainRequest
GetDomainRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDomainRequest
GetDomainRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDomainRequest
GetDomainRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDomainRequest
GetDomainRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDomainRequest
GetDomainRequest. parseFrom(InputStream input)
static GetDomainRequest
GetDomainRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDomainRequest
GetDomainRequest. parseFrom(ByteBuffer data)
static GetDomainRequest
GetDomainRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.managedidentities.v1 that return types with arguments of type GetDomainRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDomainRequest,Domain>
ManagedIdentitiesServiceClient. getDomainCallable()
Gets information about a domain.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDomainRequest,Domain>
ManagedIdentitiesServiceSettings.Builder. getDomainSettings()
Returns the builder for the settings used for calls to getDomain.com.google.api.gax.rpc.UnaryCallSettings<GetDomainRequest,Domain>
ManagedIdentitiesServiceSettings. getDomainSettings()
Returns the object with the settings used for calls to getDomain.static io.grpc.MethodDescriptor<GetDomainRequest,Domain>
ManagedIdentitiesServiceGrpc. getGetDomainMethod()
com.google.protobuf.Parser<GetDomainRequest>
GetDomainRequest. getParserForType()
static com.google.protobuf.Parser<GetDomainRequest>
GetDomainRequest. parser()
Methods in com.google.cloud.managedidentities.v1 with parameters of type GetDomainRequest Modifier and Type Method Description Domain
ManagedIdentitiesServiceClient. getDomain(GetDomainRequest request)
Gets information about a domain.default void
ManagedIdentitiesServiceGrpc.AsyncService. getDomain(GetDomainRequest request, io.grpc.stub.StreamObserver<Domain> responseObserver)
Gets information about a domain.Domain
ManagedIdentitiesServiceGrpc.ManagedIdentitiesServiceBlockingStub. getDomain(GetDomainRequest request)
Gets information about a domain.com.google.common.util.concurrent.ListenableFuture<Domain>
ManagedIdentitiesServiceGrpc.ManagedIdentitiesServiceFutureStub. getDomain(GetDomainRequest request)
Gets information about a domain.void
ManagedIdentitiesServiceGrpc.ManagedIdentitiesServiceStub. getDomain(GetDomainRequest request, io.grpc.stub.StreamObserver<Domain> responseObserver)
Gets information about a domain.GetDomainRequest.Builder
GetDomainRequest.Builder. mergeFrom(GetDomainRequest other)
static GetDomainRequest.Builder
GetDomainRequest. newBuilder(GetDomainRequest prototype)
-
Uses of GetDomainRequest in com.google.cloud.managedidentities.v1.stub
Methods in com.google.cloud.managedidentities.v1.stub that return types with arguments of type GetDomainRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDomainRequest,Domain>
GrpcManagedIdentitiesServiceStub. getDomainCallable()
com.google.api.gax.rpc.UnaryCallable<GetDomainRequest,Domain>
ManagedIdentitiesServiceStub. getDomainCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDomainRequest,Domain>
ManagedIdentitiesServiceStubSettings.Builder. getDomainSettings()
Returns the builder for the settings used for calls to getDomain.com.google.api.gax.rpc.UnaryCallSettings<GetDomainRequest,Domain>
ManagedIdentitiesServiceStubSettings. getDomainSettings()
Returns the object with the settings used for calls to getDomain.
-