Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.GetHubRequest
-
Packages that use GetHubRequest Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1alpha1.stub -
-
Uses of GetHubRequest in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 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.v1alpha1 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 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.com.google.protobuf.Parser<GetHubRequest>
GetHubRequest. getParserForType()
static com.google.protobuf.Parser<GetHubRequest>
GetHubRequest. parser()
Methods in com.google.cloud.networkconnectivity.v1alpha1 with parameters of type GetHubRequest Modifier and Type Method Description Hub
HubServiceClient. getHub(GetHubRequest request)
Gets details of a single Hub.default void
HubServiceGrpc.AsyncService. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)
Gets details of a single Hub.Hub
HubServiceGrpc.HubServiceBlockingStub. getHub(GetHubRequest request)
Gets details of a single Hub.com.google.common.util.concurrent.ListenableFuture<Hub>
HubServiceGrpc.HubServiceFutureStub. getHub(GetHubRequest request)
Gets details of a single Hub.void
HubServiceGrpc.HubServiceStub. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)
Gets details of a single Hub.GetHubRequest.Builder
GetHubRequest.Builder. mergeFrom(GetHubRequest other)
static GetHubRequest.Builder
GetHubRequest. newBuilder(GetHubRequest prototype)
-
Uses of GetHubRequest in com.google.cloud.networkconnectivity.v1alpha1.stub
Methods in com.google.cloud.networkconnectivity.v1alpha1.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.
-