Uses of Class
com.google.cloud.baremetalsolution.v2.ListNetworkUsageRequest
-
Packages that use ListNetworkUsageRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of ListNetworkUsageRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return ListNetworkUsageRequest Modifier and Type Method Description ListNetworkUsageRequest
ListNetworkUsageRequest.Builder. build()
ListNetworkUsageRequest
ListNetworkUsageRequest.Builder. buildPartial()
static ListNetworkUsageRequest
ListNetworkUsageRequest. getDefaultInstance()
ListNetworkUsageRequest
ListNetworkUsageRequest.Builder. getDefaultInstanceForType()
ListNetworkUsageRequest
ListNetworkUsageRequest. getDefaultInstanceForType()
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseDelimitedFrom(InputStream input)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(byte[] data)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(InputStream input)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(ByteBuffer data)
static ListNetworkUsageRequest
ListNetworkUsageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type ListNetworkUsageRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionGrpc. getListNetworkUsageMethod()
com.google.protobuf.Parser<ListNetworkUsageRequest>
ListNetworkUsageRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionClient. listNetworkUsageCallable()
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionSettings.Builder. listNetworkUsageSettings()
Returns the builder for the settings used for calls to listNetworkUsage.com.google.api.gax.rpc.UnaryCallSettings<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionSettings. listNetworkUsageSettings()
Returns the object with the settings used for calls to listNetworkUsage.static com.google.protobuf.Parser<ListNetworkUsageRequest>
ListNetworkUsageRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type ListNetworkUsageRequest Modifier and Type Method Description ListNetworkUsageResponse
BareMetalSolutionClient. listNetworkUsage(ListNetworkUsageRequest request)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.default void
BareMetalSolutionGrpc.AsyncService. listNetworkUsage(ListNetworkUsageRequest request, io.grpc.stub.StreamObserver<ListNetworkUsageResponse> responseObserver)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.ListNetworkUsageResponse
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. listNetworkUsage(ListNetworkUsageRequest request)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.com.google.common.util.concurrent.ListenableFuture<ListNetworkUsageResponse>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. listNetworkUsage(ListNetworkUsageRequest request)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.void
BareMetalSolutionGrpc.BareMetalSolutionStub. listNetworkUsage(ListNetworkUsageRequest request, io.grpc.stub.StreamObserver<ListNetworkUsageResponse> responseObserver)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.ListNetworkUsageRequest.Builder
ListNetworkUsageRequest.Builder. mergeFrom(ListNetworkUsageRequest other)
static ListNetworkUsageRequest.Builder
ListNetworkUsageRequest. newBuilder(ListNetworkUsageRequest prototype)
-
Uses of ListNetworkUsageRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type ListNetworkUsageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionStub. listNetworkUsageCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkUsageRequest,ListNetworkUsageResponse>
GrpcBareMetalSolutionStub. listNetworkUsageCallable()
com.google.api.gax.rpc.UnaryCallable<ListNetworkUsageRequest,ListNetworkUsageResponse>
HttpJsonBareMetalSolutionStub. listNetworkUsageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionStubSettings.Builder. listNetworkUsageSettings()
Returns the builder for the settings used for calls to listNetworkUsage.com.google.api.gax.rpc.UnaryCallSettings<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionStubSettings. listNetworkUsageSettings()
Returns the object with the settings used for calls to listNetworkUsage.
-