Uses of Class
com.google.cloud.compute.v1.BackendServiceIAP
-
Packages that use BackendServiceIAP Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of BackendServiceIAP in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return BackendServiceIAP Modifier and Type Method Description BackendServiceIAP
BackendServiceIAP.Builder. build()
BackendServiceIAP
BackendServiceIAP.Builder. buildPartial()
static BackendServiceIAP
BackendServiceIAP. getDefaultInstance()
BackendServiceIAP
BackendServiceIAP.Builder. getDefaultInstanceForType()
BackendServiceIAP
BackendServiceIAP. getDefaultInstanceForType()
BackendServiceIAP
BackendService.Builder. getIap()
The configurations for Identity-Aware Proxy on this resource.BackendServiceIAP
BackendService. getIap()
The configurations for Identity-Aware Proxy on this resource.BackendServiceIAP
BackendServiceOrBuilder. getIap()
The configurations for Identity-Aware Proxy on this resource.static BackendServiceIAP
BackendServiceIAP. parseDelimitedFrom(InputStream input)
static BackendServiceIAP
BackendServiceIAP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceIAP
BackendServiceIAP. parseFrom(byte[] data)
static BackendServiceIAP
BackendServiceIAP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceIAP
BackendServiceIAP. parseFrom(com.google.protobuf.ByteString data)
static BackendServiceIAP
BackendServiceIAP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceIAP
BackendServiceIAP. parseFrom(com.google.protobuf.CodedInputStream input)
static BackendServiceIAP
BackendServiceIAP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceIAP
BackendServiceIAP. parseFrom(InputStream input)
static BackendServiceIAP
BackendServiceIAP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackendServiceIAP
BackendServiceIAP. parseFrom(ByteBuffer data)
static BackendServiceIAP
BackendServiceIAP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type BackendServiceIAP Modifier and Type Method Description com.google.protobuf.Parser<BackendServiceIAP>
BackendServiceIAP. getParserForType()
static com.google.protobuf.Parser<BackendServiceIAP>
BackendServiceIAP. parser()
Methods in com.google.cloud.compute.v1 with parameters of type BackendServiceIAP Modifier and Type Method Description BackendServiceIAP.Builder
BackendServiceIAP.Builder. mergeFrom(BackendServiceIAP other)
BackendService.Builder
BackendService.Builder. mergeIap(BackendServiceIAP value)
The configurations for Identity-Aware Proxy on this resource.static BackendServiceIAP.Builder
BackendServiceIAP. newBuilder(BackendServiceIAP prototype)
BackendService.Builder
BackendService.Builder. setIap(BackendServiceIAP value)
The configurations for Identity-Aware Proxy on this resource.
-