Uses of Class
com.google.cloud.compute.v1.SetDefaultNetworkTierProjectRequest
-
Packages that use SetDefaultNetworkTierProjectRequest 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 SetDefaultNetworkTierProjectRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SetDefaultNetworkTierProjectRequest Modifier and Type Method Description SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest.Builder. build()
SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest.Builder. buildPartial()
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. getDefaultInstance()
SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest.Builder. getDefaultInstanceForType()
SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. getDefaultInstanceForType()
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseDelimitedFrom(InputStream input)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(byte[] data)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(com.google.protobuf.ByteString data)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(InputStream input)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(ByteBuffer data)
static SetDefaultNetworkTierProjectRequest
SetDefaultNetworkTierProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SetDefaultNetworkTierProjectRequest Modifier and Type Method Description com.google.protobuf.Parser<SetDefaultNetworkTierProjectRequest>
SetDefaultNetworkTierProjectRequest. getParserForType()
static com.google.protobuf.Parser<SetDefaultNetworkTierProjectRequest>
SetDefaultNetworkTierProjectRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetDefaultNetworkTierProjectRequest,Operation>
ProjectsClient. setDefaultNetworkTierCallable()
Sets the default network tier of the project.com.google.api.gax.rpc.OperationCallable<SetDefaultNetworkTierProjectRequest,Operation,Operation>
ProjectsClient. setDefaultNetworkTierOperationCallable()
Sets the default network tier of the project.com.google.api.gax.rpc.OperationCallSettings.Builder<SetDefaultNetworkTierProjectRequest,Operation,Operation>
ProjectsSettings.Builder. setDefaultNetworkTierOperationSettings()
Returns the builder for the settings used for calls to setDefaultNetworkTier.com.google.api.gax.rpc.OperationCallSettings<SetDefaultNetworkTierProjectRequest,Operation,Operation>
ProjectsSettings. setDefaultNetworkTierOperationSettings()
Returns the object with the settings used for calls to setDefaultNetworkTier.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetDefaultNetworkTierProjectRequest,Operation>
ProjectsSettings.Builder. setDefaultNetworkTierSettings()
Returns the builder for the settings used for calls to setDefaultNetworkTier.com.google.api.gax.rpc.UnaryCallSettings<SetDefaultNetworkTierProjectRequest,Operation>
ProjectsSettings. setDefaultNetworkTierSettings()
Returns the object with the settings used for calls to setDefaultNetworkTier.Methods in com.google.cloud.compute.v1 with parameters of type SetDefaultNetworkTierProjectRequest Modifier and Type Method Description SetDefaultNetworkTierProjectRequest.Builder
SetDefaultNetworkTierProjectRequest.Builder. mergeFrom(SetDefaultNetworkTierProjectRequest other)
static SetDefaultNetworkTierProjectRequest.Builder
SetDefaultNetworkTierProjectRequest. newBuilder(SetDefaultNetworkTierProjectRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ProjectsClient. setDefaultNetworkTierAsync(SetDefaultNetworkTierProjectRequest request)
Sets the default network tier of the project. -
Uses of SetDefaultNetworkTierProjectRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SetDefaultNetworkTierProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetDefaultNetworkTierProjectRequest,Operation>
HttpJsonProjectsStub. setDefaultNetworkTierCallable()
com.google.api.gax.rpc.UnaryCallable<SetDefaultNetworkTierProjectRequest,Operation>
ProjectsStub. setDefaultNetworkTierCallable()
com.google.api.gax.rpc.OperationCallable<SetDefaultNetworkTierProjectRequest,Operation,Operation>
HttpJsonProjectsStub. setDefaultNetworkTierOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetDefaultNetworkTierProjectRequest,Operation,Operation>
ProjectsStub. setDefaultNetworkTierOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetDefaultNetworkTierProjectRequest,Operation,Operation>
ProjectsStubSettings.Builder. setDefaultNetworkTierOperationSettings()
Returns the builder for the settings used for calls to setDefaultNetworkTier.com.google.api.gax.rpc.OperationCallSettings<SetDefaultNetworkTierProjectRequest,Operation,Operation>
ProjectsStubSettings. setDefaultNetworkTierOperationSettings()
Returns the object with the settings used for calls to setDefaultNetworkTier.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetDefaultNetworkTierProjectRequest,Operation>
ProjectsStubSettings.Builder. setDefaultNetworkTierSettings()
Returns the builder for the settings used for calls to setDefaultNetworkTier.com.google.api.gax.rpc.UnaryCallSettings<SetDefaultNetworkTierProjectRequest,Operation>
ProjectsStubSettings. setDefaultNetworkTierSettings()
Returns the object with the settings used for calls to setDefaultNetworkTier.
-