Uses of Class
com.google.cloud.accessapproval.v1.AccessLocations
-
Packages that use AccessLocations Package Description com.google.cloud.accessapproval.v1 A client to Access Approval API -
-
Uses of AccessLocations in com.google.cloud.accessapproval.v1
Methods in com.google.cloud.accessapproval.v1 that return AccessLocations Modifier and Type Method Description AccessLocations
AccessLocations.Builder. build()
AccessLocations
AccessLocations.Builder. buildPartial()
static AccessLocations
AccessLocations. getDefaultInstance()
AccessLocations
AccessLocations.Builder. getDefaultInstanceForType()
AccessLocations
AccessLocations. getDefaultInstanceForType()
AccessLocations
ApprovalRequest.Builder. getRequestedLocations()
The locations for which approval is being requested.AccessLocations
ApprovalRequest. getRequestedLocations()
The locations for which approval is being requested.AccessLocations
ApprovalRequestOrBuilder. getRequestedLocations()
The locations for which approval is being requested.static AccessLocations
AccessLocations. parseDelimitedFrom(InputStream input)
static AccessLocations
AccessLocations. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLocations
AccessLocations. parseFrom(byte[] data)
static AccessLocations
AccessLocations. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLocations
AccessLocations. parseFrom(com.google.protobuf.ByteString data)
static AccessLocations
AccessLocations. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLocations
AccessLocations. parseFrom(com.google.protobuf.CodedInputStream input)
static AccessLocations
AccessLocations. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLocations
AccessLocations. parseFrom(InputStream input)
static AccessLocations
AccessLocations. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AccessLocations
AccessLocations. parseFrom(ByteBuffer data)
static AccessLocations
AccessLocations. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.accessapproval.v1 that return types with arguments of type AccessLocations Modifier and Type Method Description com.google.protobuf.Parser<AccessLocations>
AccessLocations. getParserForType()
static com.google.protobuf.Parser<AccessLocations>
AccessLocations. parser()
Methods in com.google.cloud.accessapproval.v1 with parameters of type AccessLocations Modifier and Type Method Description AccessLocations.Builder
AccessLocations.Builder. mergeFrom(AccessLocations other)
ApprovalRequest.Builder
ApprovalRequest.Builder. mergeRequestedLocations(AccessLocations value)
The locations for which approval is being requested.static AccessLocations.Builder
AccessLocations. newBuilder(AccessLocations prototype)
ApprovalRequest.Builder
ApprovalRequest.Builder. setRequestedLocations(AccessLocations value)
The locations for which approval is being requested.
-