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