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.clear()ResourceLocation.Builder.clearCurrentLocations()The locations of a resource after the execution of the operation.ResourceLocation.Builder.clearOriginalLocations()The locations of a resource prior to the execution of the operation.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) static ResourceLocation.BuilderResourceLocation.newBuilder()static ResourceLocation.BuilderResourceLocation.newBuilder(ResourceLocation prototype) ResourceLocation.newBuilderForType()protected ResourceLocation.BuilderResourceLocation.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ResourceLocation.Builder.setCurrentLocations(int index, String value) The locations of a resource after the execution of the operation.ResourceLocation.Builder.setOriginalLocations(int index, String value) The locations of a resource prior to the execution of the operation.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.