Uses of Class
com.google.cloud.compute.v1.RemovePeeringNetworkRequest
-
Packages that use RemovePeeringNetworkRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of RemovePeeringNetworkRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RemovePeeringNetworkRequest Modifier and Type Method Description RemovePeeringNetworkRequest
RemovePeeringNetworkRequest.Builder. build()
RemovePeeringNetworkRequest
RemovePeeringNetworkRequest.Builder. buildPartial()
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. getDefaultInstance()
RemovePeeringNetworkRequest
RemovePeeringNetworkRequest.Builder. getDefaultInstanceForType()
RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. getDefaultInstanceForType()
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseDelimitedFrom(InputStream input)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(byte[] data)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(com.google.protobuf.ByteString data)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(InputStream input)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(ByteBuffer data)
static RemovePeeringNetworkRequest
RemovePeeringNetworkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RemovePeeringNetworkRequest Modifier and Type Method Description com.google.protobuf.Parser<RemovePeeringNetworkRequest>
RemovePeeringNetworkRequest. getParserForType()
static com.google.protobuf.Parser<RemovePeeringNetworkRequest>
RemovePeeringNetworkRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RemovePeeringNetworkRequest,Operation>
NetworksClient. removePeeringCallable()
Removes a peering from the specified network.com.google.api.gax.rpc.OperationCallable<RemovePeeringNetworkRequest,Operation,Operation>
NetworksClient. removePeeringOperationCallable()
Removes a peering from the specified network.com.google.api.gax.rpc.OperationCallSettings.Builder<RemovePeeringNetworkRequest,Operation,Operation>
NetworksSettings.Builder. removePeeringOperationSettings()
Returns the builder for the settings used for calls to removePeering.com.google.api.gax.rpc.OperationCallSettings<RemovePeeringNetworkRequest,Operation,Operation>
NetworksSettings. removePeeringOperationSettings()
Returns the object with the settings used for calls to removePeering.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemovePeeringNetworkRequest,Operation>
NetworksSettings.Builder. removePeeringSettings()
Returns the builder for the settings used for calls to removePeering.com.google.api.gax.rpc.UnaryCallSettings<RemovePeeringNetworkRequest,Operation>
NetworksSettings. removePeeringSettings()
Returns the object with the settings used for calls to removePeering.Methods in com.google.cloud.compute.v1 with parameters of type RemovePeeringNetworkRequest Modifier and Type Method Description RemovePeeringNetworkRequest.Builder
RemovePeeringNetworkRequest.Builder. mergeFrom(RemovePeeringNetworkRequest other)
static RemovePeeringNetworkRequest.Builder
RemovePeeringNetworkRequest. newBuilder(RemovePeeringNetworkRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
NetworksClient. removePeeringAsync(RemovePeeringNetworkRequest request)
Removes a peering from the specified network. -
Uses of RemovePeeringNetworkRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RemovePeeringNetworkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RemovePeeringNetworkRequest,Operation>
HttpJsonNetworksStub. removePeeringCallable()
com.google.api.gax.rpc.UnaryCallable<RemovePeeringNetworkRequest,Operation>
NetworksStub. removePeeringCallable()
com.google.api.gax.rpc.OperationCallable<RemovePeeringNetworkRequest,Operation,Operation>
HttpJsonNetworksStub. removePeeringOperationCallable()
com.google.api.gax.rpc.OperationCallable<RemovePeeringNetworkRequest,Operation,Operation>
NetworksStub. removePeeringOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RemovePeeringNetworkRequest,Operation,Operation>
NetworksStubSettings.Builder. removePeeringOperationSettings()
Returns the builder for the settings used for calls to removePeering.com.google.api.gax.rpc.OperationCallSettings<RemovePeeringNetworkRequest,Operation,Operation>
NetworksStubSettings. removePeeringOperationSettings()
Returns the object with the settings used for calls to removePeering.com.google.api.gax.rpc.UnaryCallSettings.Builder<RemovePeeringNetworkRequest,Operation>
NetworksStubSettings.Builder. removePeeringSettings()
Returns the builder for the settings used for calls to removePeering.com.google.api.gax.rpc.UnaryCallSettings<RemovePeeringNetworkRequest,Operation>
NetworksStubSettings. removePeeringSettings()
Returns the object with the settings used for calls to removePeering.
-