Uses of Class
com.google.cloud.vmwareengine.v1.Subnet
-
Packages that use Subnet Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine APIcom.google.cloud.vmwareengine.v1.stub -
-
Uses of Subnet in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return Subnet Modifier and Type Method Description Subnet
Subnet.Builder. build()
Subnet
Subnet.Builder. buildPartial()
static Subnet
Subnet. getDefaultInstance()
Subnet
Subnet.Builder. getDefaultInstanceForType()
Subnet
Subnet. getDefaultInstanceForType()
Subnet
UpdateSubnetRequest.Builder. getSubnet()
Required.Subnet
UpdateSubnetRequest. getSubnet()
Required.Subnet
UpdateSubnetRequestOrBuilder. getSubnet()
Required.Subnet
VmwareEngineClient. getSubnet(GetSubnetRequest request)
Gets details of a single subnet.Subnet
VmwareEngineClient. getSubnet(SubnetName name)
Gets details of a single subnet.Subnet
VmwareEngineClient. getSubnet(String name)
Gets details of a single subnet.Subnet
VmwareEngineGrpc.VmwareEngineBlockingStub. getSubnet(GetSubnetRequest request)
Gets details of a single subnet.Subnet
ListSubnetsResponse.Builder. getSubnets(int index)
A list of subnets.Subnet
ListSubnetsResponse. getSubnets(int index)
A list of subnets.Subnet
ListSubnetsResponseOrBuilder. getSubnets(int index)
A list of subnets.static Subnet
Subnet. parseDelimitedFrom(InputStream input)
static Subnet
Subnet. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnet
Subnet. parseFrom(byte[] data)
static Subnet
Subnet. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnet
Subnet. parseFrom(com.google.protobuf.ByteString data)
static Subnet
Subnet. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnet
Subnet. parseFrom(com.google.protobuf.CodedInputStream input)
static Subnet
Subnet. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnet
Subnet. parseFrom(InputStream input)
static Subnet
Subnet. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnet
Subnet. parseFrom(ByteBuffer data)
static Subnet
Subnet. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type Subnet Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSubnetRequest,Subnet>
VmwareEngineGrpc. getGetSubnetMethod()
com.google.protobuf.Parser<Subnet>
Subnet. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Subnet>
VmwareEngineGrpc.VmwareEngineFutureStub. getSubnet(GetSubnetRequest request)
Gets details of a single subnet.com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
VmwareEngineClient. getSubnetCallable()
Gets details of a single subnet.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetRequest,Subnet>
VmwareEngineSettings.Builder. getSubnetSettings()
Returns the builder for the settings used for calls to getSubnet.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetRequest,Subnet>
VmwareEngineSettings. getSubnetSettings()
Returns the object with the settings used for calls to getSubnet.List<Subnet>
ListSubnetsResponse.Builder. getSubnetsList()
A list of subnets.List<Subnet>
ListSubnetsResponse. getSubnetsList()
A list of subnets.List<Subnet>
ListSubnetsResponseOrBuilder. getSubnetsList()
A list of subnets.static com.google.protobuf.Parser<Subnet>
Subnet. parser()
com.google.api.gax.longrunning.OperationFuture<Subnet,OperationMetadata>
VmwareEngineClient. updateSubnetAsync(Subnet subnet, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single subnet.com.google.api.gax.longrunning.OperationFuture<Subnet,OperationMetadata>
VmwareEngineClient. updateSubnetAsync(UpdateSubnetRequest request)
Updates the parameters of a single subnet.com.google.api.gax.rpc.OperationCallable<UpdateSubnetRequest,Subnet,OperationMetadata>
VmwareEngineClient. updateSubnetOperationCallable()
Updates the parameters of a single subnet.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSubnetRequest,Subnet,OperationMetadata>
VmwareEngineSettings.Builder. updateSubnetOperationSettings()
Returns the builder for the settings used for calls to updateSubnet.com.google.api.gax.rpc.OperationCallSettings<UpdateSubnetRequest,Subnet,OperationMetadata>
VmwareEngineSettings. updateSubnetOperationSettings()
Returns the object with the settings used for calls to updateSubnet.Methods in com.google.cloud.vmwareengine.v1 with parameters of type Subnet Modifier and Type Method Description ListSubnetsResponse.Builder
ListSubnetsResponse.Builder. addSubnets(int index, Subnet value)
A list of subnets.ListSubnetsResponse.Builder
ListSubnetsResponse.Builder. addSubnets(Subnet value)
A list of subnets.Subnet.Builder
Subnet.Builder. mergeFrom(Subnet other)
UpdateSubnetRequest.Builder
UpdateSubnetRequest.Builder. mergeSubnet(Subnet value)
Required.static Subnet.Builder
Subnet. newBuilder(Subnet prototype)
UpdateSubnetRequest.Builder
UpdateSubnetRequest.Builder. setSubnet(Subnet value)
Required.ListSubnetsResponse.Builder
ListSubnetsResponse.Builder. setSubnets(int index, Subnet value)
A list of subnets.com.google.api.gax.longrunning.OperationFuture<Subnet,OperationMetadata>
VmwareEngineClient. updateSubnetAsync(Subnet subnet, com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single subnet.Method parameters in com.google.cloud.vmwareengine.v1 with type arguments of type Subnet Modifier and Type Method Description ListSubnetsResponse.Builder
ListSubnetsResponse.Builder. addAllSubnets(Iterable<? extends Subnet> values)
A list of subnets.static com.google.api.core.ApiFuture<VmwareEngineClient.ListSubnetsPagedResponse>
VmwareEngineClient.ListSubnetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, com.google.api.core.ApiFuture<ListSubnetsResponse> futureResponse)
protected VmwareEngineClient.ListSubnetsPage
VmwareEngineClient.ListSubnetsPage. createPage(com.google.api.gax.rpc.PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, ListSubnetsResponse response)
com.google.api.core.ApiFuture<VmwareEngineClient.ListSubnetsPage>
VmwareEngineClient.ListSubnetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSubnetsRequest,ListSubnetsResponse,Subnet> context, com.google.api.core.ApiFuture<ListSubnetsResponse> futureResponse)
default void
VmwareEngineGrpc.AsyncService. getSubnet(GetSubnetRequest request, io.grpc.stub.StreamObserver<Subnet> responseObserver)
Gets details of a single subnet.void
VmwareEngineGrpc.VmwareEngineStub. getSubnet(GetSubnetRequest request, io.grpc.stub.StreamObserver<Subnet> responseObserver)
Gets details of a single subnet. -
Uses of Subnet in com.google.cloud.vmwareengine.v1.stub
Methods in com.google.cloud.vmwareengine.v1.stub that return types with arguments of type Subnet Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
GrpcVmwareEngineStub. getSubnetCallable()
com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
HttpJsonVmwareEngineStub. getSubnetCallable()
com.google.api.gax.rpc.UnaryCallable<GetSubnetRequest,Subnet>
VmwareEngineStub. getSubnetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetRequest,Subnet>
VmwareEngineStubSettings.Builder. getSubnetSettings()
Returns the builder for the settings used for calls to getSubnet.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetRequest,Subnet>
VmwareEngineStubSettings. getSubnetSettings()
Returns the object with the settings used for calls to getSubnet.com.google.api.gax.rpc.OperationCallable<UpdateSubnetRequest,Subnet,OperationMetadata>
GrpcVmwareEngineStub. updateSubnetOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSubnetRequest,Subnet,OperationMetadata>
HttpJsonVmwareEngineStub. updateSubnetOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSubnetRequest,Subnet,OperationMetadata>
VmwareEngineStub. updateSubnetOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSubnetRequest,Subnet,OperationMetadata>
VmwareEngineStubSettings.Builder. updateSubnetOperationSettings()
Returns the builder for the settings used for calls to updateSubnet.com.google.api.gax.rpc.OperationCallSettings<UpdateSubnetRequest,Subnet,OperationMetadata>
VmwareEngineStubSettings. updateSubnetOperationSettings()
Returns the object with the settings used for calls to updateSubnet.
-