Uses of Class
com.google.cloud.compute.v1.ServiceAttachment
-
Packages that use ServiceAttachment 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 ServiceAttachment in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServiceAttachment Modifier and Type Method Description ServiceAttachment
ServiceAttachment.Builder. build()
ServiceAttachment
ServiceAttachment.Builder. buildPartial()
ServiceAttachment
ServiceAttachmentsClient. get(GetServiceAttachmentRequest request)
Returns the specified ServiceAttachment resource in the given scope.ServiceAttachment
ServiceAttachmentsClient. get(String project, String region, String serviceAttachment)
Returns the specified ServiceAttachment resource in the given scope.static ServiceAttachment
ServiceAttachment. getDefaultInstance()
ServiceAttachment
ServiceAttachment.Builder. getDefaultInstanceForType()
ServiceAttachment
ServiceAttachment. getDefaultInstanceForType()
ServiceAttachment
ServiceAttachmentList.Builder. getItems(int index)
A list of ServiceAttachment resources.ServiceAttachment
ServiceAttachmentList. getItems(int index)
A list of ServiceAttachment resources.ServiceAttachment
ServiceAttachmentListOrBuilder. getItems(int index)
A list of ServiceAttachment resources.ServiceAttachment
InsertServiceAttachmentRequest.Builder. getServiceAttachmentResource()
The body resource for this requestServiceAttachment
InsertServiceAttachmentRequest. getServiceAttachmentResource()
The body resource for this requestServiceAttachment
InsertServiceAttachmentRequestOrBuilder. getServiceAttachmentResource()
The body resource for this requestServiceAttachment
PatchServiceAttachmentRequest.Builder. getServiceAttachmentResource()
The body resource for this requestServiceAttachment
PatchServiceAttachmentRequest. getServiceAttachmentResource()
The body resource for this requestServiceAttachment
PatchServiceAttachmentRequestOrBuilder. getServiceAttachmentResource()
The body resource for this requestServiceAttachment
ServiceAttachmentsScopedList.Builder. getServiceAttachments(int index)
A list of ServiceAttachments contained in this scope.ServiceAttachment
ServiceAttachmentsScopedList. getServiceAttachments(int index)
A list of ServiceAttachments contained in this scope.ServiceAttachment
ServiceAttachmentsScopedListOrBuilder. getServiceAttachments(int index)
A list of ServiceAttachments contained in this scope.static ServiceAttachment
ServiceAttachment. parseDelimitedFrom(InputStream input)
static ServiceAttachment
ServiceAttachment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachment
ServiceAttachment. parseFrom(byte[] data)
static ServiceAttachment
ServiceAttachment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachment
ServiceAttachment. parseFrom(com.google.protobuf.ByteString data)
static ServiceAttachment
ServiceAttachment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachment
ServiceAttachment. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceAttachment
ServiceAttachment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachment
ServiceAttachment. parseFrom(InputStream input)
static ServiceAttachment
ServiceAttachment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAttachment
ServiceAttachment. parseFrom(ByteBuffer data)
static ServiceAttachment
ServiceAttachment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ServiceAttachment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsClient. getCallable()
Returns the specified ServiceAttachment resource in the given scope.List<ServiceAttachment>
ServiceAttachmentList.Builder. getItemsList()
A list of ServiceAttachment resources.List<ServiceAttachment>
ServiceAttachmentList. getItemsList()
A list of ServiceAttachment resources.List<ServiceAttachment>
ServiceAttachmentListOrBuilder. getItemsList()
A list of ServiceAttachment resources.com.google.protobuf.Parser<ServiceAttachment>
ServiceAttachment. getParserForType()
List<ServiceAttachment>
ServiceAttachmentsScopedList.Builder. getServiceAttachmentsList()
A list of ServiceAttachments contained in this scope.List<ServiceAttachment>
ServiceAttachmentsScopedList. getServiceAttachmentsList()
A list of ServiceAttachments contained in this scope.List<ServiceAttachment>
ServiceAttachmentsScopedListOrBuilder. getServiceAttachmentsList()
A list of ServiceAttachments contained in this scope.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<ServiceAttachment>
ServiceAttachment. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ServiceAttachment Modifier and Type Method Description ServiceAttachmentList.Builder
ServiceAttachmentList.Builder. addItems(int index, ServiceAttachment value)
A list of ServiceAttachment resources.ServiceAttachmentList.Builder
ServiceAttachmentList.Builder. addItems(ServiceAttachment value)
A list of ServiceAttachment resources.ServiceAttachmentsScopedList.Builder
ServiceAttachmentsScopedList.Builder. addServiceAttachments(int index, ServiceAttachment value)
A list of ServiceAttachments contained in this scope.ServiceAttachmentsScopedList.Builder
ServiceAttachmentsScopedList.Builder. addServiceAttachments(ServiceAttachment value)
A list of ServiceAttachments contained in this scope.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ServiceAttachmentsClient. insertAsync(String project, String region, ServiceAttachment serviceAttachmentResource)
Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.ServiceAttachment.Builder
ServiceAttachment.Builder. mergeFrom(ServiceAttachment other)
InsertServiceAttachmentRequest.Builder
InsertServiceAttachmentRequest.Builder. mergeServiceAttachmentResource(ServiceAttachment value)
The body resource for this requestPatchServiceAttachmentRequest.Builder
PatchServiceAttachmentRequest.Builder. mergeServiceAttachmentResource(ServiceAttachment value)
The body resource for this requeststatic ServiceAttachment.Builder
ServiceAttachment. newBuilder(ServiceAttachment prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ServiceAttachmentsClient. patchAsync(String project, String region, String serviceAttachment, ServiceAttachment serviceAttachmentResource)
Patches the specified ServiceAttachment resource with the data included in the request.ServiceAttachmentList.Builder
ServiceAttachmentList.Builder. setItems(int index, ServiceAttachment value)
A list of ServiceAttachment resources.InsertServiceAttachmentRequest.Builder
InsertServiceAttachmentRequest.Builder. setServiceAttachmentResource(ServiceAttachment value)
The body resource for this requestPatchServiceAttachmentRequest.Builder
PatchServiceAttachmentRequest.Builder. setServiceAttachmentResource(ServiceAttachment value)
The body resource for this requestServiceAttachmentsScopedList.Builder
ServiceAttachmentsScopedList.Builder. setServiceAttachments(int index, ServiceAttachment value)
A list of ServiceAttachments contained in this scope.Method parameters in com.google.cloud.compute.v1 with type arguments of type ServiceAttachment Modifier and Type Method Description ServiceAttachmentList.Builder
ServiceAttachmentList.Builder. addAllItems(Iterable<? extends ServiceAttachment> values)
A list of ServiceAttachment resources.ServiceAttachmentsScopedList.Builder
ServiceAttachmentsScopedList.Builder. addAllServiceAttachments(Iterable<? extends ServiceAttachment> values)
A list of ServiceAttachments contained in this scope.static com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPagedResponse>
ServiceAttachmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
protected ServiceAttachmentsClient.ListPage
ServiceAttachmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)
com.google.api.core.ApiFuture<ServiceAttachmentsClient.ListPage>
ServiceAttachmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, com.google.api.core.ApiFuture<ServiceAttachmentList> futureResponse)
-
Uses of ServiceAttachment in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ServiceAttachment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>
HttpJsonServiceAttachmentsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAttachmentRequest,ServiceAttachment>
ServiceAttachmentsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-