Uses of Class
com.google.cloud.networkconnectivity.v1.GetSpokeRequest
-
Packages that use GetSpokeRequest Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity APIcom.google.cloud.networkconnectivity.v1.stub -
-
Uses of GetSpokeRequest in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return GetSpokeRequest Modifier and Type Method Description GetSpokeRequest
GetSpokeRequest.Builder. build()
GetSpokeRequest
GetSpokeRequest.Builder. buildPartial()
static GetSpokeRequest
GetSpokeRequest. getDefaultInstance()
GetSpokeRequest
GetSpokeRequest.Builder. getDefaultInstanceForType()
GetSpokeRequest
GetSpokeRequest. getDefaultInstanceForType()
static GetSpokeRequest
GetSpokeRequest. parseDelimitedFrom(InputStream input)
static GetSpokeRequest
GetSpokeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSpokeRequest
GetSpokeRequest. parseFrom(byte[] data)
static GetSpokeRequest
GetSpokeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSpokeRequest
GetSpokeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSpokeRequest
GetSpokeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSpokeRequest
GetSpokeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSpokeRequest
GetSpokeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSpokeRequest
GetSpokeRequest. parseFrom(InputStream input)
static GetSpokeRequest
GetSpokeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSpokeRequest
GetSpokeRequest. parseFrom(ByteBuffer data)
static GetSpokeRequest
GetSpokeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type GetSpokeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSpokeRequest,Spoke>
HubServiceGrpc. getGetSpokeMethod()
com.google.protobuf.Parser<GetSpokeRequest>
GetSpokeRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetSpokeRequest,Spoke>
HubServiceClient. getSpokeCallable()
Gets details about a Network Connectivity Center spoke.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSpokeRequest,Spoke>
HubServiceSettings.Builder. getSpokeSettings()
Returns the builder for the settings used for calls to getSpoke.com.google.api.gax.rpc.UnaryCallSettings<GetSpokeRequest,Spoke>
HubServiceSettings. getSpokeSettings()
Returns the object with the settings used for calls to getSpoke.static com.google.protobuf.Parser<GetSpokeRequest>
GetSpokeRequest. parser()
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type GetSpokeRequest Modifier and Type Method Description Spoke
HubServiceClient. getSpoke(GetSpokeRequest request)
Gets details about a Network Connectivity Center spoke.default void
HubServiceGrpc.AsyncService. getSpoke(GetSpokeRequest request, io.grpc.stub.StreamObserver<Spoke> responseObserver)
Gets details about a Network Connectivity Center spoke.Spoke
HubServiceGrpc.HubServiceBlockingStub. getSpoke(GetSpokeRequest request)
Gets details about a Network Connectivity Center spoke.com.google.common.util.concurrent.ListenableFuture<Spoke>
HubServiceGrpc.HubServiceFutureStub. getSpoke(GetSpokeRequest request)
Gets details about a Network Connectivity Center spoke.void
HubServiceGrpc.HubServiceStub. getSpoke(GetSpokeRequest request, io.grpc.stub.StreamObserver<Spoke> responseObserver)
Gets details about a Network Connectivity Center spoke.GetSpokeRequest.Builder
GetSpokeRequest.Builder. mergeFrom(GetSpokeRequest other)
static GetSpokeRequest.Builder
GetSpokeRequest. newBuilder(GetSpokeRequest prototype)
-
Uses of GetSpokeRequest in com.google.cloud.networkconnectivity.v1.stub
Methods in com.google.cloud.networkconnectivity.v1.stub that return types with arguments of type GetSpokeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSpokeRequest,Spoke>
GrpcHubServiceStub. getSpokeCallable()
com.google.api.gax.rpc.UnaryCallable<GetSpokeRequest,Spoke>
HubServiceStub. getSpokeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSpokeRequest,Spoke>
HubServiceStubSettings.Builder. getSpokeSettings()
Returns the builder for the settings used for calls to getSpoke.com.google.api.gax.rpc.UnaryCallSettings<GetSpokeRequest,Spoke>
HubServiceStubSettings. getSpokeSettings()
Returns the object with the settings used for calls to getSpoke.
-