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 InsertServiceAttachmentRequestInsertServiceAttachmentRequest.Builder. build()InsertServiceAttachmentRequestInsertServiceAttachmentRequest.Builder. buildPartial()static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. getDefaultInstance()InsertServiceAttachmentRequestInsertServiceAttachmentRequest.Builder. getDefaultInstanceForType()InsertServiceAttachmentRequestInsertServiceAttachmentRequest. getDefaultInstanceForType()static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseDelimitedFrom(InputStream input)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(byte[] data)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(InputStream input)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. parseFrom(ByteBuffer data)static InsertServiceAttachmentRequestInsertServiceAttachmentRequest. 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.BuilderInsertServiceAttachmentRequest.Builder. mergeFrom(InsertServiceAttachmentRequest other)static InsertServiceAttachmentRequest.BuilderInsertServiceAttachmentRequest. 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.
-