Uses of Class
com.google.cloud.domains.v1alpha2.GetRegistrationRequest
-
Packages that use GetRegistrationRequest Package Description com.google.cloud.domains.v1alpha2 A client to Cloud Domains APIcom.google.cloud.domains.v1alpha2.stub -
-
Uses of GetRegistrationRequest in com.google.cloud.domains.v1alpha2
Methods in com.google.cloud.domains.v1alpha2 that return GetRegistrationRequest Modifier and Type Method Description GetRegistrationRequest
GetRegistrationRequest.Builder. build()
GetRegistrationRequest
GetRegistrationRequest.Builder. buildPartial()
static GetRegistrationRequest
GetRegistrationRequest. getDefaultInstance()
GetRegistrationRequest
GetRegistrationRequest.Builder. getDefaultInstanceForType()
GetRegistrationRequest
GetRegistrationRequest. getDefaultInstanceForType()
static GetRegistrationRequest
GetRegistrationRequest. parseDelimitedFrom(InputStream input)
static GetRegistrationRequest
GetRegistrationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(byte[] data)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(InputStream input)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(ByteBuffer data)
static GetRegistrationRequest
GetRegistrationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.domains.v1alpha2 that return types with arguments of type GetRegistrationRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRegistrationRequest,Registration>
DomainsGrpc. getGetRegistrationMethod()
com.google.protobuf.Parser<GetRegistrationRequest>
GetRegistrationRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRegistrationRequest,Registration>
DomainsClient. getRegistrationCallable()
Gets the details of a `Registration` resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegistrationRequest,Registration>
DomainsSettings.Builder. getRegistrationSettings()
Returns the builder for the settings used for calls to getRegistration.com.google.api.gax.rpc.UnaryCallSettings<GetRegistrationRequest,Registration>
DomainsSettings. getRegistrationSettings()
Returns the object with the settings used for calls to getRegistration.static com.google.protobuf.Parser<GetRegistrationRequest>
GetRegistrationRequest. parser()
Methods in com.google.cloud.domains.v1alpha2 with parameters of type GetRegistrationRequest Modifier and Type Method Description Registration
DomainsClient. getRegistration(GetRegistrationRequest request)
Gets the details of a `Registration` resource.default void
DomainsGrpc.AsyncService. getRegistration(GetRegistrationRequest request, io.grpc.stub.StreamObserver<Registration> responseObserver)
Gets the details of a `Registration` resource.Registration
DomainsGrpc.DomainsBlockingStub. getRegistration(GetRegistrationRequest request)
Gets the details of a `Registration` resource.com.google.common.util.concurrent.ListenableFuture<Registration>
DomainsGrpc.DomainsFutureStub. getRegistration(GetRegistrationRequest request)
Gets the details of a `Registration` resource.void
DomainsGrpc.DomainsStub. getRegistration(GetRegistrationRequest request, io.grpc.stub.StreamObserver<Registration> responseObserver)
Gets the details of a `Registration` resource.GetRegistrationRequest.Builder
GetRegistrationRequest.Builder. mergeFrom(GetRegistrationRequest other)
static GetRegistrationRequest.Builder
GetRegistrationRequest. newBuilder(GetRegistrationRequest prototype)
-
Uses of GetRegistrationRequest in com.google.cloud.domains.v1alpha2.stub
Methods in com.google.cloud.domains.v1alpha2.stub that return types with arguments of type GetRegistrationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegistrationRequest,Registration>
DomainsStub. getRegistrationCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegistrationRequest,Registration>
GrpcDomainsStub. getRegistrationCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegistrationRequest,Registration>
HttpJsonDomainsStub. getRegistrationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegistrationRequest,Registration>
DomainsStubSettings.Builder. getRegistrationSettings()
Returns the builder for the settings used for calls to getRegistration.com.google.api.gax.rpc.UnaryCallSettings<GetRegistrationRequest,Registration>
DomainsStubSettings. getRegistrationSettings()
Returns the object with the settings used for calls to getRegistration.
-