Uses of Class
com.google.cloud.baremetalsolution.v2.Network
-
Packages that use Network Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of Network in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return Network Modifier and Type Method Description Network
Network.Builder. build()
Network
Network.Builder. buildPartial()
static Network
Network. getDefaultInstance()
Network
Network.Builder. getDefaultInstanceForType()
Network
Network. getDefaultInstanceForType()
Network
BareMetalSolutionClient. getNetwork(GetNetworkRequest request)
Get details of a single network.Network
BareMetalSolutionClient. getNetwork(NetworkName name)
Get details of a single network.Network
BareMetalSolutionClient. getNetwork(String name)
Get details of a single network.Network
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. getNetwork(GetNetworkRequest request)
Get details of a single network.Network
NetworkUsage.Builder. getNetwork()
Network.Network
NetworkUsage. getNetwork()
Network.Network
NetworkUsageOrBuilder. getNetwork()
Network.Network
UpdateNetworkRequest.Builder. getNetwork()
Required.Network
UpdateNetworkRequest. getNetwork()
Required.Network
UpdateNetworkRequestOrBuilder. getNetwork()
Required.Network
Instance.Builder. getNetworks(int index)
Output only.Network
Instance. getNetworks(int index)
Output only.Network
InstanceOrBuilder. getNetworks(int index)
Output only.Network
ListNetworksResponse.Builder. getNetworks(int index)
The list of networks.Network
ListNetworksResponse. getNetworks(int index)
The list of networks.Network
ListNetworksResponseOrBuilder. getNetworks(int index)
The list of networks.static Network
Network. parseDelimitedFrom(InputStream input)
static Network
Network. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(byte[] data)
static Network
Network. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(com.google.protobuf.ByteString data)
static Network
Network. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(com.google.protobuf.CodedInputStream input)
static Network
Network. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(InputStream input)
static Network
Network. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Network
Network. parseFrom(ByteBuffer data)
static Network
Network. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Network
BareMetalSolutionClient. renameNetwork(NetworkName name, String newNetworkId)
RenameNetwork sets a new name for a network.Network
BareMetalSolutionClient. renameNetwork(RenameNetworkRequest request)
RenameNetwork sets a new name for a network.Network
BareMetalSolutionClient. renameNetwork(String name, String newNetworkId)
RenameNetwork sets a new name for a network.Network
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. renameNetwork(RenameNetworkRequest request)
RenameNetwork sets a new name for a network.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type Network Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNetworkRequest,Network>
BareMetalSolutionGrpc. getGetNetworkMethod()
com.google.common.util.concurrent.ListenableFuture<Network>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. getNetwork(GetNetworkRequest request)
Get details of a single network.com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
BareMetalSolutionClient. getNetworkCallable()
Get details of a single network.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
BareMetalSolutionSettings.Builder. getNetworkSettings()
Returns the builder for the settings used for calls to getNetwork.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
BareMetalSolutionSettings. getNetworkSettings()
Returns the object with the settings used for calls to getNetwork.List<Network>
Instance.Builder. getNetworksList()
Output only.List<Network>
Instance. getNetworksList()
Output only.List<Network>
InstanceOrBuilder. getNetworksList()
Output only.List<Network>
ListNetworksResponse.Builder. getNetworksList()
The list of networks.List<Network>
ListNetworksResponse. getNetworksList()
The list of networks.List<Network>
ListNetworksResponseOrBuilder. getNetworksList()
The list of networks.com.google.protobuf.Parser<Network>
Network. getParserForType()
static io.grpc.MethodDescriptor<RenameNetworkRequest,Network>
BareMetalSolutionGrpc. getRenameNetworkMethod()
static com.google.protobuf.Parser<Network>
Network. parser()
com.google.common.util.concurrent.ListenableFuture<Network>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. renameNetwork(RenameNetworkRequest request)
RenameNetwork sets a new name for a network.com.google.api.gax.rpc.UnaryCallable<RenameNetworkRequest,Network>
BareMetalSolutionClient. renameNetworkCallable()
RenameNetwork sets a new name for a network.com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameNetworkRequest,Network>
BareMetalSolutionSettings.Builder. renameNetworkSettings()
Returns the builder for the settings used for calls to renameNetwork.com.google.api.gax.rpc.UnaryCallSettings<RenameNetworkRequest,Network>
BareMetalSolutionSettings. renameNetworkSettings()
Returns the object with the settings used for calls to renameNetwork.com.google.api.gax.longrunning.OperationFuture<Network,OperationMetadata>
BareMetalSolutionClient. updateNetworkAsync(Network network, com.google.protobuf.FieldMask updateMask)
Update details of a single network.com.google.api.gax.longrunning.OperationFuture<Network,OperationMetadata>
BareMetalSolutionClient. updateNetworkAsync(UpdateNetworkRequest request)
Update details of a single network.com.google.api.gax.rpc.OperationCallable<UpdateNetworkRequest,Network,OperationMetadata>
BareMetalSolutionClient. updateNetworkOperationCallable()
Update details of a single network.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNetworkRequest,Network,OperationMetadata>
BareMetalSolutionSettings.Builder. updateNetworkOperationSettings()
Returns the builder for the settings used for calls to updateNetwork.com.google.api.gax.rpc.OperationCallSettings<UpdateNetworkRequest,Network,OperationMetadata>
BareMetalSolutionSettings. updateNetworkOperationSettings()
Returns the object with the settings used for calls to updateNetwork.Methods in com.google.cloud.baremetalsolution.v2 with parameters of type Network Modifier and Type Method Description Instance.Builder
Instance.Builder. addNetworks(int index, Network value)
Output only.Instance.Builder
Instance.Builder. addNetworks(Network value)
Output only.ListNetworksResponse.Builder
ListNetworksResponse.Builder. addNetworks(int index, Network value)
The list of networks.ListNetworksResponse.Builder
ListNetworksResponse.Builder. addNetworks(Network value)
The list of networks.Network.Builder
Network.Builder. mergeFrom(Network other)
NetworkUsage.Builder
NetworkUsage.Builder. mergeNetwork(Network value)
Network.UpdateNetworkRequest.Builder
UpdateNetworkRequest.Builder. mergeNetwork(Network value)
Required.static Network.Builder
Network. newBuilder(Network prototype)
NetworkUsage.Builder
NetworkUsage.Builder. setNetwork(Network value)
Network.UpdateNetworkRequest.Builder
UpdateNetworkRequest.Builder. setNetwork(Network value)
Required.Instance.Builder
Instance.Builder. setNetworks(int index, Network value)
Output only.ListNetworksResponse.Builder
ListNetworksResponse.Builder. setNetworks(int index, Network value)
The list of networks.com.google.api.gax.longrunning.OperationFuture<Network,OperationMetadata>
BareMetalSolutionClient. updateNetworkAsync(Network network, com.google.protobuf.FieldMask updateMask)
Update details of a single network.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type Network Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllNetworks(Iterable<? extends Network> values)
Output only.ListNetworksResponse.Builder
ListNetworksResponse.Builder. addAllNetworks(Iterable<? extends Network> values)
The list of networks.static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListNetworksPagedResponse>
BareMetalSolutionClient.ListNetworksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, com.google.api.core.ApiFuture<ListNetworksResponse> futureResponse)
protected BareMetalSolutionClient.ListNetworksPage
BareMetalSolutionClient.ListNetworksPage. createPage(com.google.api.gax.rpc.PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, ListNetworksResponse response)
com.google.api.core.ApiFuture<BareMetalSolutionClient.ListNetworksPage>
BareMetalSolutionClient.ListNetworksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNetworksRequest,ListNetworksResponse,Network> context, com.google.api.core.ApiFuture<ListNetworksResponse> futureResponse)
default void
BareMetalSolutionGrpc.AsyncService. getNetwork(GetNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)
Get details of a single network.void
BareMetalSolutionGrpc.BareMetalSolutionStub. getNetwork(GetNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)
Get details of a single network.default void
BareMetalSolutionGrpc.AsyncService. renameNetwork(RenameNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)
RenameNetwork sets a new name for a network.void
BareMetalSolutionGrpc.BareMetalSolutionStub. renameNetwork(RenameNetworkRequest request, io.grpc.stub.StreamObserver<Network> responseObserver)
RenameNetwork sets a new name for a network. -
Uses of Network in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type Network Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
BareMetalSolutionStub. getNetworkCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
GrpcBareMetalSolutionStub. getNetworkCallable()
com.google.api.gax.rpc.UnaryCallable<GetNetworkRequest,Network>
HttpJsonBareMetalSolutionStub. getNetworkCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNetworkRequest,Network>
BareMetalSolutionStubSettings.Builder. getNetworkSettings()
Returns the builder for the settings used for calls to getNetwork.com.google.api.gax.rpc.UnaryCallSettings<GetNetworkRequest,Network>
BareMetalSolutionStubSettings. getNetworkSettings()
Returns the object with the settings used for calls to getNetwork.com.google.api.gax.rpc.UnaryCallable<RenameNetworkRequest,Network>
BareMetalSolutionStub. renameNetworkCallable()
com.google.api.gax.rpc.UnaryCallable<RenameNetworkRequest,Network>
GrpcBareMetalSolutionStub. renameNetworkCallable()
com.google.api.gax.rpc.UnaryCallable<RenameNetworkRequest,Network>
HttpJsonBareMetalSolutionStub. renameNetworkCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameNetworkRequest,Network>
BareMetalSolutionStubSettings.Builder. renameNetworkSettings()
Returns the builder for the settings used for calls to renameNetwork.com.google.api.gax.rpc.UnaryCallSettings<RenameNetworkRequest,Network>
BareMetalSolutionStubSettings. renameNetworkSettings()
Returns the object with the settings used for calls to renameNetwork.com.google.api.gax.rpc.OperationCallable<UpdateNetworkRequest,Network,OperationMetadata>
BareMetalSolutionStub. updateNetworkOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateNetworkRequest,Network,OperationMetadata>
GrpcBareMetalSolutionStub. updateNetworkOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateNetworkRequest,Network,OperationMetadata>
HttpJsonBareMetalSolutionStub. updateNetworkOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateNetworkRequest,Network,OperationMetadata>
BareMetalSolutionStubSettings.Builder. updateNetworkOperationSettings()
Returns the builder for the settings used for calls to updateNetwork.com.google.api.gax.rpc.OperationCallSettings<UpdateNetworkRequest,Network,OperationMetadata>
BareMetalSolutionStubSettings. updateNetworkOperationSettings()
Returns the object with the settings used for calls to updateNetwork.
-