Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.Hub
-
Packages that use Hub Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1alpha1.stub -
-
Uses of Hub in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return Hub Modifier and Type Method Description Hub
Hub.Builder. build()
Hub
Hub.Builder. buildPartial()
static Hub
Hub. getDefaultInstance()
Hub
Hub.Builder. getDefaultInstanceForType()
Hub
Hub. getDefaultInstanceForType()
Hub
CreateHubRequest.Builder. getHub()
Required.Hub
CreateHubRequest. getHub()
Required.Hub
CreateHubRequestOrBuilder. getHub()
Required.Hub
HubServiceClient. getHub(GetHubRequest request)
Gets details of a single Hub.Hub
HubServiceClient. getHub(HubName name)
Gets details of a single Hub.Hub
HubServiceClient. getHub(String name)
Gets details of a single Hub.Hub
HubServiceGrpc.HubServiceBlockingStub. getHub(GetHubRequest request)
Gets details of a single Hub.Hub
UpdateHubRequest.Builder. getHub()
Required.Hub
UpdateHubRequest. getHub()
Required.Hub
UpdateHubRequestOrBuilder. getHub()
Required.Hub
ListHubsResponse.Builder. getHubs(int index)
Hubs to be returned.Hub
ListHubsResponse. getHubs(int index)
Hubs to be returned.Hub
ListHubsResponseOrBuilder. getHubs(int index)
Hubs to be returned.static Hub
Hub. parseDelimitedFrom(InputStream input)
static Hub
Hub. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hub
Hub. parseFrom(byte[] data)
static Hub
Hub. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hub
Hub. parseFrom(com.google.protobuf.ByteString data)
static Hub
Hub. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hub
Hub. parseFrom(com.google.protobuf.CodedInputStream input)
static Hub
Hub. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hub
Hub. parseFrom(InputStream input)
static Hub
Hub. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Hub
Hub. parseFrom(ByteBuffer data)
static Hub
Hub. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return types with arguments of type Hub Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. createHubAsync(CreateHubRequest request)
Creates a new Hub in a given project and location.com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. createHubAsync(LocationName parent, Hub hub, String hubId)
Creates a new Hub in a given project and location.com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. createHubAsync(String parent, Hub hub, String hubId)
Creates a new Hub in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateHubRequest,Hub,OperationMetadata>
HubServiceClient. createHubOperationCallable()
Creates a new Hub in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateHubRequest,Hub,OperationMetadata>
HubServiceSettings.Builder. createHubOperationSettings()
Returns the builder for the settings used for calls to createHub.com.google.api.gax.rpc.OperationCallSettings<CreateHubRequest,Hub,OperationMetadata>
HubServiceSettings. createHubOperationSettings()
Returns the object with the settings used for calls to createHub.static io.grpc.MethodDescriptor<GetHubRequest,Hub>
HubServiceGrpc. getGetHubMethod()
com.google.common.util.concurrent.ListenableFuture<Hub>
HubServiceGrpc.HubServiceFutureStub. getHub(GetHubRequest request)
Gets details of a single Hub.com.google.api.gax.rpc.UnaryCallable<GetHubRequest,Hub>
HubServiceClient. getHubCallable()
Gets details of a single Hub.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHubRequest,Hub>
HubServiceSettings.Builder. getHubSettings()
Returns the builder for the settings used for calls to getHub.com.google.api.gax.rpc.UnaryCallSettings<GetHubRequest,Hub>
HubServiceSettings. getHubSettings()
Returns the object with the settings used for calls to getHub.List<Hub>
ListHubsResponse.Builder. getHubsList()
Hubs to be returned.List<Hub>
ListHubsResponse. getHubsList()
Hubs to be returned.List<Hub>
ListHubsResponseOrBuilder. getHubsList()
Hubs to be returned.com.google.protobuf.Parser<Hub>
Hub. getParserForType()
static com.google.protobuf.Parser<Hub>
Hub. parser()
com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. updateHubAsync(Hub hub, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Hub.com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. updateHubAsync(UpdateHubRequest request)
Updates the parameters of a single Hub.com.google.api.gax.rpc.OperationCallable<UpdateHubRequest,Hub,OperationMetadata>
HubServiceClient. updateHubOperationCallable()
Updates the parameters of a single 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.Methods in com.google.cloud.networkconnectivity.v1alpha1 with parameters of type Hub Modifier and Type Method Description ListHubsResponse.Builder
ListHubsResponse.Builder. addHubs(int index, Hub value)
Hubs to be returned.ListHubsResponse.Builder
ListHubsResponse.Builder. addHubs(Hub value)
Hubs to be returned.com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. createHubAsync(LocationName parent, Hub hub, String hubId)
Creates a new Hub in a given project and location.com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. createHubAsync(String parent, Hub hub, String hubId)
Creates a new Hub in a given project and location.Hub.Builder
Hub.Builder. mergeFrom(Hub other)
CreateHubRequest.Builder
CreateHubRequest.Builder. mergeHub(Hub value)
Required.UpdateHubRequest.Builder
UpdateHubRequest.Builder. mergeHub(Hub value)
Required.static Hub.Builder
Hub. newBuilder(Hub prototype)
CreateHubRequest.Builder
CreateHubRequest.Builder. setHub(Hub value)
Required.UpdateHubRequest.Builder
UpdateHubRequest.Builder. setHub(Hub value)
Required.ListHubsResponse.Builder
ListHubsResponse.Builder. setHubs(int index, Hub value)
Hubs to be returned.com.google.api.gax.longrunning.OperationFuture<Hub,OperationMetadata>
HubServiceClient. updateHubAsync(Hub hub, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single Hub.Method parameters in com.google.cloud.networkconnectivity.v1alpha1 with type arguments of type Hub Modifier and Type Method Description ListHubsResponse.Builder
ListHubsResponse.Builder. addAllHubs(Iterable<? extends Hub> values)
Hubs to be returned.static com.google.api.core.ApiFuture<HubServiceClient.ListHubsPagedResponse>
HubServiceClient.ListHubsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, com.google.api.core.ApiFuture<ListHubsResponse> futureResponse)
protected HubServiceClient.ListHubsPage
HubServiceClient.ListHubsPage. createPage(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, ListHubsResponse response)
com.google.api.core.ApiFuture<HubServiceClient.ListHubsPage>
HubServiceClient.ListHubsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListHubsRequest,ListHubsResponse,Hub> context, com.google.api.core.ApiFuture<ListHubsResponse> futureResponse)
default void
HubServiceGrpc.AsyncService. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)
Gets details of a single Hub.void
HubServiceGrpc.HubServiceStub. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)
Gets details of a single Hub. -
Uses of Hub in com.google.cloud.networkconnectivity.v1alpha1.stub
Methods in com.google.cloud.networkconnectivity.v1alpha1.stub that return types with arguments of type Hub Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateHubRequest,Hub,OperationMetadata>
GrpcHubServiceStub. createHubOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateHubRequest,Hub,OperationMetadata>
HubServiceStub. createHubOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateHubRequest,Hub,OperationMetadata>
HubServiceStubSettings.Builder. createHubOperationSettings()
Returns the builder for the settings used for calls to createHub.com.google.api.gax.rpc.OperationCallSettings<CreateHubRequest,Hub,OperationMetadata>
HubServiceStubSettings. createHubOperationSettings()
Returns the object with the settings used for calls to createHub.com.google.api.gax.rpc.UnaryCallable<GetHubRequest,Hub>
GrpcHubServiceStub. getHubCallable()
com.google.api.gax.rpc.UnaryCallable<GetHubRequest,Hub>
HubServiceStub. getHubCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetHubRequest,Hub>
HubServiceStubSettings.Builder. getHubSettings()
Returns the builder for the settings used for calls to getHub.com.google.api.gax.rpc.UnaryCallSettings<GetHubRequest,Hub>
HubServiceStubSettings. getHubSettings()
Returns the object with the settings used for calls to getHub.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.
-