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 GetHubRequestGetHubRequest.Builder. build()GetHubRequestGetHubRequest.Builder. buildPartial()static GetHubRequestGetHubRequest. getDefaultInstance()GetHubRequestGetHubRequest.Builder. getDefaultInstanceForType()GetHubRequestGetHubRequest. getDefaultInstanceForType()static GetHubRequestGetHubRequest. parseDelimitedFrom(InputStream input)static GetHubRequestGetHubRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHubRequestGetHubRequest. parseFrom(byte[] data)static GetHubRequestGetHubRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHubRequestGetHubRequest. parseFrom(com.google.protobuf.ByteString data)static GetHubRequestGetHubRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHubRequestGetHubRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetHubRequestGetHubRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHubRequestGetHubRequest. parseFrom(InputStream input)static GetHubRequestGetHubRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetHubRequestGetHubRequest. parseFrom(ByteBuffer data)static GetHubRequestGetHubRequest. 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 HubHubServiceClient. getHub(GetHubRequest request)Gets details about a Network Connectivity Center hub.default voidHubServiceGrpc.AsyncService. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)Gets details about a Network Connectivity Center hub.HubHubServiceGrpc.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.voidHubServiceGrpc.HubServiceStub. getHub(GetHubRequest request, io.grpc.stub.StreamObserver<Hub> responseObserver)Gets details about a Network Connectivity Center hub.GetHubRequest.BuilderGetHubRequest.Builder. mergeFrom(GetHubRequest other)static GetHubRequest.BuilderGetHubRequest. 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.
-