Uses of Class
com.google.cloud.networkconnectivity.v1.GetHubRequest
-
Packages that use GetHubRequest Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1.stub -
-
Uses of GetHubRequest in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return GetHubRequest Modifier and Type Method Description GetHubRequest
GetHubRequest.Builder. build()
GetHubRequest
GetHubRequest.Builder. buildPartial()
static GetHubRequest
GetHubRequest. getDefaultInstance()
GetHubRequest
GetHubRequest.Builder. getDefaultInstanceForType()
GetHubRequest
GetHubRequest. getDefaultInstanceForType()
static GetHubRequest
GetHubRequest. parseDelimitedFrom(InputStream input)
static GetHubRequest
GetHubRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHubRequest
GetHubRequest. parseFrom(byte[] data)
static GetHubRequest
GetHubRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHubRequest
GetHubRequest. parseFrom(com.google.protobuf.ByteString data)
static GetHubRequest
GetHubRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHubRequest
GetHubRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetHubRequest
GetHubRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHubRequest
GetHubRequest. parseFrom(InputStream input)
static GetHubRequest
GetHubRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetHubRequest
GetHubRequest. parseFrom(ByteBuffer data)
static GetHubRequest
GetHubRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type GetHubRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetHubRequest,Hub>
HubServiceGrpc. getGetHubMethod()
com.google.api.gax.rpc.UnaryCallable<GetHubRequest,Hub>
HubServiceClient. getHubCallable()
Gets details about a Network Connectivity Center 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.com.google.protobuf.Parser<GetHubRequest>
GetHubRequest. getParserForType()
static com.google.protobuf.Parser<GetHubRequest>
GetHubRequest. parser()
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type GetHubRequest Modifier and Type Method Description Hub
HubServiceClient. getHub(GetHubRequest request)
Gets details about a Network Connectivity Center hub.default void
HubServiceGrpc.AsyncService. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)
Gets details about a Network Connectivity Center hub.Hub
HubServiceGrpc.HubServiceBlockingStub. getHub(GetHubRequest request)
Gets details about a Network Connectivity Center hub.com.google.common.util.concurrent.ListenableFuture<Hub>
HubServiceGrpc.HubServiceFutureStub. getHub(GetHubRequest request)
Gets details about a Network Connectivity Center hub.void
HubServiceGrpc.HubServiceStub. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)
Gets details about a Network Connectivity Center hub.GetHubRequest.Builder
GetHubRequest.Builder. mergeFrom(GetHubRequest other)
static GetHubRequest.Builder
GetHubRequest. newBuilder(GetHubRequest prototype)
-
Uses of GetHubRequest in com.google.cloud.networkconnectivity.v1.stub
Methods in com.google.cloud.networkconnectivity.v1.stub that return types with arguments of type GetHubRequest Modifier and Type Method Description 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.
-