Uses of Class
com.google.cloud.servicedirectory.v1beta1.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description com.google.cloud.servicedirectory.v1beta1 A client to Service Directory APIcom.google.cloud.servicedirectory.v1beta1.stub -
-
Uses of CreateEndpointRequest in com.google.cloud.servicedirectory.v1beta1
Methods in com.google.cloud.servicedirectory.v1beta1 that return CreateEndpointRequest Modifier and Type Method Description CreateEndpointRequest
CreateEndpointRequest.Builder. build()
CreateEndpointRequest
CreateEndpointRequest.Builder. buildPartial()
static CreateEndpointRequest
CreateEndpointRequest. getDefaultInstance()
CreateEndpointRequest
CreateEndpointRequest.Builder. getDefaultInstanceForType()
CreateEndpointRequest
CreateEndpointRequest. getDefaultInstanceForType()
static CreateEndpointRequest
CreateEndpointRequest. parseDelimitedFrom(InputStream input)
static CreateEndpointRequest
CreateEndpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(byte[] data)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(InputStream input)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(ByteBuffer data)
static CreateEndpointRequest
CreateEndpointRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.servicedirectory.v1beta1 that return types with arguments of type CreateEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,Endpoint>
RegistrationServiceClient. createEndpointCallable()
Creates an endpoint, and returns the new endpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEndpointRequest,Endpoint>
RegistrationServiceSettings.Builder. createEndpointSettings()
Returns the builder for the settings used for calls to createEndpoint.com.google.api.gax.rpc.UnaryCallSettings<CreateEndpointRequest,Endpoint>
RegistrationServiceSettings. createEndpointSettings()
Returns the object with the settings used for calls to createEndpoint.static io.grpc.MethodDescriptor<CreateEndpointRequest,Endpoint>
RegistrationServiceGrpc. getCreateEndpointMethod()
com.google.protobuf.Parser<CreateEndpointRequest>
CreateEndpointRequest. getParserForType()
static com.google.protobuf.Parser<CreateEndpointRequest>
CreateEndpointRequest. parser()
Methods in com.google.cloud.servicedirectory.v1beta1 with parameters of type CreateEndpointRequest Modifier and Type Method Description Endpoint
RegistrationServiceClient. createEndpoint(CreateEndpointRequest request)
Creates an endpoint, and returns the new endpoint.default void
RegistrationServiceGrpc.AsyncService. createEndpoint(CreateEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)
Creates an endpoint, and returns the new endpoint.Endpoint
RegistrationServiceGrpc.RegistrationServiceBlockingStub. createEndpoint(CreateEndpointRequest request)
Creates an endpoint, and returns the new endpoint.com.google.common.util.concurrent.ListenableFuture<Endpoint>
RegistrationServiceGrpc.RegistrationServiceFutureStub. createEndpoint(CreateEndpointRequest request)
Creates an endpoint, and returns the new endpoint.void
RegistrationServiceGrpc.RegistrationServiceStub. createEndpoint(CreateEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)
Creates an endpoint, and returns the new endpoint.CreateEndpointRequest.Builder
CreateEndpointRequest.Builder. mergeFrom(CreateEndpointRequest other)
static CreateEndpointRequest.Builder
CreateEndpointRequest. newBuilder(CreateEndpointRequest prototype)
-
Uses of CreateEndpointRequest in com.google.cloud.servicedirectory.v1beta1.stub
Methods in com.google.cloud.servicedirectory.v1beta1.stub that return types with arguments of type CreateEndpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,Endpoint>
GrpcRegistrationServiceStub. createEndpointCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,Endpoint>
HttpJsonRegistrationServiceStub. createEndpointCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEndpointRequest,Endpoint>
RegistrationServiceStub. createEndpointCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEndpointRequest,Endpoint>
RegistrationServiceStubSettings.Builder. createEndpointSettings()
Returns the builder for the settings used for calls to createEndpoint.com.google.api.gax.rpc.UnaryCallSettings<CreateEndpointRequest,Endpoint>
RegistrationServiceStubSettings. createEndpointSettings()
Returns the object with the settings used for calls to createEndpoint.
-