Uses of Class
com.google.cloud.compute.v1.InsertServiceAttachmentRequest
-
Packages that use InsertServiceAttachmentRequest 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 InsertServiceAttachmentRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertServiceAttachmentRequest Modifier and Type Method Description InsertServiceAttachmentRequest
InsertServiceAttachmentRequest.Builder. build()
InsertServiceAttachmentRequest
InsertServiceAttachmentRequest.Builder. buildPartial()
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. getDefaultInstance()
InsertServiceAttachmentRequest
InsertServiceAttachmentRequest.Builder. getDefaultInstanceForType()
InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. getDefaultInstanceForType()
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseDelimitedFrom(InputStream input)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(byte[] data)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(InputStream input)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(ByteBuffer data)
static InsertServiceAttachmentRequest
InsertServiceAttachmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertServiceAttachmentRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertServiceAttachmentRequest>
InsertServiceAttachmentRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertServiceAttachmentRequest,Operation>
ServiceAttachmentsClient. insertCallable()
Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.com.google.api.gax.rpc.OperationCallable<InsertServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsClient. insertOperationCallable()
Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertServiceAttachmentRequest,Operation>
ServiceAttachmentsSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertServiceAttachmentRequest,Operation>
ServiceAttachmentsSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertServiceAttachmentRequest>
InsertServiceAttachmentRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ServiceAttachmentsClient. insertAsync(InsertServiceAttachmentRequest request)
Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.InsertServiceAttachmentRequest.Builder
InsertServiceAttachmentRequest.Builder. mergeFrom(InsertServiceAttachmentRequest other)
static InsertServiceAttachmentRequest.Builder
InsertServiceAttachmentRequest. newBuilder(InsertServiceAttachmentRequest prototype)
-
Uses of InsertServiceAttachmentRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertServiceAttachmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertServiceAttachmentRequest,Operation>
HttpJsonServiceAttachmentsStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertServiceAttachmentRequest,Operation>
ServiceAttachmentsStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertServiceAttachmentRequest,Operation,Operation>
HttpJsonServiceAttachmentsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertServiceAttachmentRequest,Operation,Operation>
ServiceAttachmentsStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertServiceAttachmentRequest,Operation>
ServiceAttachmentsStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertServiceAttachmentRequest,Operation>
ServiceAttachmentsStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-