Uses of Class
com.google.cloud.audit.ResourceLocation.Builder
Packages that use ResourceLocation.Builder
-
Uses of ResourceLocation.Builder in com.google.cloud.audit
Methods in com.google.cloud.audit that return ResourceLocation.BuilderModifier and TypeMethodDescriptionResourceLocation.Builder.addAllCurrentLocations
(Iterable<String> values) The locations of a resource after the execution of the operation.ResourceLocation.Builder.addAllOriginalLocations
(Iterable<String> values) The locations of a resource prior to the execution of the operation.ResourceLocation.Builder.addCurrentLocations
(String value) The locations of a resource after the execution of the operation.ResourceLocation.Builder.addCurrentLocationsBytes
(com.google.protobuf.ByteString value) The locations of a resource after the execution of the operation.ResourceLocation.Builder.addOriginalLocations
(String value) The locations of a resource prior to the execution of the operation.ResourceLocation.Builder.addOriginalLocationsBytes
(com.google.protobuf.ByteString value) The locations of a resource prior to the execution of the operation.ResourceLocation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ResourceLocation.Builder.clear()
ResourceLocation.Builder.clearCurrentLocations()
The locations of a resource after the execution of the operation.ResourceLocation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ResourceLocation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ResourceLocation.Builder.clearOriginalLocations()
The locations of a resource prior to the execution of the operation.ResourceLocation.Builder.clone()
AuditLog.Builder.getResourceLocationBuilder()
The resource location information.ResourceLocation.Builder.mergeFrom
(ResourceLocation other) ResourceLocation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ResourceLocation.Builder.mergeFrom
(com.google.protobuf.Message other) final ResourceLocation.Builder
ResourceLocation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static ResourceLocation.Builder
ResourceLocation.newBuilder()
static ResourceLocation.Builder
ResourceLocation.newBuilder
(ResourceLocation prototype) ResourceLocation.newBuilderForType()
protected ResourceLocation.Builder
ResourceLocation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ResourceLocation.Builder.setCurrentLocations
(int index, String value) The locations of a resource after the execution of the operation.ResourceLocation.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ResourceLocation.Builder.setOriginalLocations
(int index, String value) The locations of a resource prior to the execution of the operation.ResourceLocation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ResourceLocation.Builder
ResourceLocation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ResourceLocation.toBuilder()
Methods in com.google.cloud.audit with parameters of type ResourceLocation.BuilderModifier and TypeMethodDescriptionAuditLog.Builder.setResourceLocation
(ResourceLocation.Builder builderForValue) The resource location information.