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 CreateEndpointRequestCreateEndpointRequest.Builder. build()CreateEndpointRequestCreateEndpointRequest.Builder. buildPartial()static CreateEndpointRequestCreateEndpointRequest. getDefaultInstance()CreateEndpointRequestCreateEndpointRequest.Builder. getDefaultInstanceForType()CreateEndpointRequestCreateEndpointRequest. getDefaultInstanceForType()static CreateEndpointRequestCreateEndpointRequest. parseDelimitedFrom(InputStream input)static CreateEndpointRequestCreateEndpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEndpointRequestCreateEndpointRequest. parseFrom(byte[] data)static CreateEndpointRequestCreateEndpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEndpointRequestCreateEndpointRequest. parseFrom(com.google.protobuf.ByteString data)static CreateEndpointRequestCreateEndpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEndpointRequestCreateEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateEndpointRequestCreateEndpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEndpointRequestCreateEndpointRequest. parseFrom(InputStream input)static CreateEndpointRequestCreateEndpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateEndpointRequestCreateEndpointRequest. parseFrom(ByteBuffer data)static CreateEndpointRequestCreateEndpointRequest. 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 EndpointRegistrationServiceClient. createEndpoint(CreateEndpointRequest request)Creates an endpoint, and returns the new endpoint.default voidRegistrationServiceGrpc.AsyncService. createEndpoint(CreateEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)Creates an endpoint, and returns the new endpoint.EndpointRegistrationServiceGrpc.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.voidRegistrationServiceGrpc.RegistrationServiceStub. createEndpoint(CreateEndpointRequest request, io.grpc.stub.StreamObserver<Endpoint> responseObserver)Creates an endpoint, and returns the new endpoint.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. mergeFrom(CreateEndpointRequest other)static CreateEndpointRequest.BuilderCreateEndpointRequest. 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.
-