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 ListNetworkUsageRequestListNetworkUsageRequest.Builder. build()ListNetworkUsageRequestListNetworkUsageRequest.Builder. buildPartial()static ListNetworkUsageRequestListNetworkUsageRequest. getDefaultInstance()ListNetworkUsageRequestListNetworkUsageRequest.Builder. getDefaultInstanceForType()ListNetworkUsageRequestListNetworkUsageRequest. getDefaultInstanceForType()static ListNetworkUsageRequestListNetworkUsageRequest. parseDelimitedFrom(InputStream input)static ListNetworkUsageRequestListNetworkUsageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(byte[] data)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(com.google.protobuf.ByteString data)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(InputStream input)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNetworkUsageRequestListNetworkUsageRequest. parseFrom(ByteBuffer data)static ListNetworkUsageRequestListNetworkUsageRequest. 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 ListNetworkUsageResponseBareMetalSolutionClient. listNetworkUsage(ListNetworkUsageRequest request)List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.default voidBareMetalSolutionGrpc.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.ListNetworkUsageResponseBareMetalSolutionGrpc.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.voidBareMetalSolutionGrpc.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.BuilderListNetworkUsageRequest.Builder. mergeFrom(ListNetworkUsageRequest other)static ListNetworkUsageRequest.BuilderListNetworkUsageRequest. 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.
-