Uses of Class
com.google.cloud.networkconnectivity.v1.CreateSpokeRequest
-
Packages that use CreateSpokeRequest Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1.stub -
-
Uses of CreateSpokeRequest in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return CreateSpokeRequest Modifier and Type Method Description CreateSpokeRequest
CreateSpokeRequest.Builder. build()
CreateSpokeRequest
CreateSpokeRequest.Builder. buildPartial()
static CreateSpokeRequest
CreateSpokeRequest. getDefaultInstance()
CreateSpokeRequest
CreateSpokeRequest.Builder. getDefaultInstanceForType()
CreateSpokeRequest
CreateSpokeRequest. getDefaultInstanceForType()
static CreateSpokeRequest
CreateSpokeRequest. parseDelimitedFrom(InputStream input)
static CreateSpokeRequest
CreateSpokeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(byte[] data)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(InputStream input)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(ByteBuffer data)
static CreateSpokeRequest
CreateSpokeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type CreateSpokeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceClient. createSpokeCallable()
Creates a Network Connectivity Center spoke.com.google.api.gax.rpc.OperationCallable<CreateSpokeRequest,Spoke,OperationMetadata>
HubServiceClient. createSpokeOperationCallable()
Creates a Network Connectivity Center spoke.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSpokeRequest,Spoke,OperationMetadata>
HubServiceSettings.Builder. createSpokeOperationSettings()
Returns the builder for the settings used for calls to createSpoke.com.google.api.gax.rpc.OperationCallSettings<CreateSpokeRequest,Spoke,OperationMetadata>
HubServiceSettings. createSpokeOperationSettings()
Returns the object with the settings used for calls to createSpoke.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceSettings.Builder. createSpokeSettings()
Returns the builder for the settings used for calls to createSpoke.com.google.api.gax.rpc.UnaryCallSettings<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceSettings. createSpokeSettings()
Returns the object with the settings used for calls to createSpoke.static io.grpc.MethodDescriptor<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceGrpc. getCreateSpokeMethod()
com.google.protobuf.Parser<CreateSpokeRequest>
CreateSpokeRequest. getParserForType()
static com.google.protobuf.Parser<CreateSpokeRequest>
CreateSpokeRequest. parser()
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type CreateSpokeRequest Modifier and Type Method Description default void
HubServiceGrpc.AsyncService. createSpoke(CreateSpokeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a Network Connectivity Center spoke.com.google.longrunning.Operation
HubServiceGrpc.HubServiceBlockingStub. createSpoke(CreateSpokeRequest request)
Creates a Network Connectivity Center spoke.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
HubServiceGrpc.HubServiceFutureStub. createSpoke(CreateSpokeRequest request)
Creates a Network Connectivity Center spoke.void
HubServiceGrpc.HubServiceStub. createSpoke(CreateSpokeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a Network Connectivity Center spoke.com.google.api.gax.longrunning.OperationFuture<Spoke,OperationMetadata>
HubServiceClient. createSpokeAsync(CreateSpokeRequest request)
Creates a Network Connectivity Center spoke.CreateSpokeRequest.Builder
CreateSpokeRequest.Builder. mergeFrom(CreateSpokeRequest other)
static CreateSpokeRequest.Builder
CreateSpokeRequest. newBuilder(CreateSpokeRequest prototype)
-
Uses of CreateSpokeRequest in com.google.cloud.networkconnectivity.v1.stub
Methods in com.google.cloud.networkconnectivity.v1.stub that return types with arguments of type CreateSpokeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSpokeRequest,com.google.longrunning.Operation>
GrpcHubServiceStub. createSpokeCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceStub. createSpokeCallable()
com.google.api.gax.rpc.OperationCallable<CreateSpokeRequest,Spoke,OperationMetadata>
GrpcHubServiceStub. createSpokeOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSpokeRequest,Spoke,OperationMetadata>
HubServiceStub. createSpokeOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSpokeRequest,Spoke,OperationMetadata>
HubServiceStubSettings.Builder. createSpokeOperationSettings()
Returns the builder for the settings used for calls to createSpoke.com.google.api.gax.rpc.OperationCallSettings<CreateSpokeRequest,Spoke,OperationMetadata>
HubServiceStubSettings. createSpokeOperationSettings()
Returns the object with the settings used for calls to createSpoke.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceStubSettings.Builder. createSpokeSettings()
Returns the builder for the settings used for calls to createSpoke.com.google.api.gax.rpc.UnaryCallSettings<CreateSpokeRequest,com.google.longrunning.Operation>
HubServiceStubSettings. createSpokeSettings()
Returns the object with the settings used for calls to createSpoke.
-