Uses of Class
com.google.cloud.baremetalsolution.v2.ListNetworkUsageResponse
-
Packages that use ListNetworkUsageResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of ListNetworkUsageResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return ListNetworkUsageResponse Modifier and Type Method Description ListNetworkUsageResponse
ListNetworkUsageResponse.Builder. build()
ListNetworkUsageResponse
ListNetworkUsageResponse.Builder. buildPartial()
static ListNetworkUsageResponse
ListNetworkUsageResponse. getDefaultInstance()
ListNetworkUsageResponse
ListNetworkUsageResponse.Builder. getDefaultInstanceForType()
ListNetworkUsageResponse
ListNetworkUsageResponse. getDefaultInstanceForType()
ListNetworkUsageResponse
BareMetalSolutionClient. listNetworkUsage(ListNetworkUsageRequest request)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.ListNetworkUsageResponse
BareMetalSolutionClient. listNetworkUsage(LocationName location)
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.ListNetworkUsageResponse
BareMetalSolutionClient. listNetworkUsage(String location)
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.static ListNetworkUsageResponse
ListNetworkUsageResponse. parseDelimitedFrom(InputStream input)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(byte[] data)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(com.google.protobuf.ByteString data)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(InputStream input)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(ByteBuffer data)
static ListNetworkUsageResponse
ListNetworkUsageResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type ListNetworkUsageResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNetworkUsageRequest,ListNetworkUsageResponse>
BareMetalSolutionGrpc. getListNetworkUsageMethod()
com.google.protobuf.Parser<ListNetworkUsageResponse>
ListNetworkUsageResponse. getParserForType()
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.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<ListNetworkUsageResponse>
ListNetworkUsageResponse. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type ListNetworkUsageResponse Modifier and Type Method Description ListNetworkUsageResponse.Builder
ListNetworkUsageResponse.Builder. mergeFrom(ListNetworkUsageResponse other)
static ListNetworkUsageResponse.Builder
ListNetworkUsageResponse. newBuilder(ListNetworkUsageResponse prototype)
Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type ListNetworkUsageResponse Modifier and Type Method Description 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.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. -
Uses of ListNetworkUsageResponse in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type ListNetworkUsageResponse 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.
-