Class ResourceLocation (2.36.0)

public final class ResourceLocation extends GeneratedMessageV3 implements ResourceLocationOrBuilder

Location information about a resource.

Protobuf type google.cloud.audit.ResourceLocation

Static Fields

CURRENT_LOCATIONS_FIELD_NUMBER

public static final int CURRENT_LOCATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

ORIGINAL_LOCATIONS_FIELD_NUMBER

public static final int ORIGINAL_LOCATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ResourceLocation getDefaultInstance()
Returns
TypeDescription
ResourceLocation

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ResourceLocation.Builder newBuilder()
Returns
TypeDescription
ResourceLocation.Builder

newBuilder(ResourceLocation prototype)

public static ResourceLocation.Builder newBuilder(ResourceLocation prototype)
Parameter
NameDescription
prototypeResourceLocation
Returns
TypeDescription
ResourceLocation.Builder

parseDelimitedFrom(InputStream input)

public static ResourceLocation parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ResourceLocation parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResourceLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResourceLocation parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResourceLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResourceLocation parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ResourceLocation parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResourceLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ResourceLocation parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResourceLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResourceLocation
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ResourceLocation> parser()
Returns
TypeDescription
Parser<ResourceLocation>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCurrentLocations(int index)

public String getCurrentLocations(int index)

The locations of a resource after the execution of the operation. Requests to create or delete a location based resource must populate the 'current_locations' field and not the 'original_locations' field. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string current_locations = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The currentLocations at the given index.

getCurrentLocationsBytes(int index)

public ByteString getCurrentLocationsBytes(int index)

The locations of a resource after the execution of the operation. Requests to create or delete a location based resource must populate the 'current_locations' field and not the 'original_locations' field. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string current_locations = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the currentLocations at the given index.

getCurrentLocationsCount()

public int getCurrentLocationsCount()

The locations of a resource after the execution of the operation. Requests to create or delete a location based resource must populate the 'current_locations' field and not the 'original_locations' field. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string current_locations = 1;

Returns
TypeDescription
int

The count of currentLocations.

getCurrentLocationsList()

public ProtocolStringList getCurrentLocationsList()

The locations of a resource after the execution of the operation. Requests to create or delete a location based resource must populate the 'current_locations' field and not the 'original_locations' field. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string current_locations = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the currentLocations.

getDefaultInstanceForType()

public ResourceLocation getDefaultInstanceForType()
Returns
TypeDescription
ResourceLocation

getOriginalLocations(int index)

public String getOriginalLocations(int index)

The locations of a resource prior to the execution of the operation. Requests that mutate the resource's location must populate both the 'original_locations' as well as the 'current_locations' fields. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string original_locations = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The originalLocations at the given index.

getOriginalLocationsBytes(int index)

public ByteString getOriginalLocationsBytes(int index)

The locations of a resource prior to the execution of the operation. Requests that mutate the resource's location must populate both the 'original_locations' as well as the 'current_locations' fields. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string original_locations = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the originalLocations at the given index.

getOriginalLocationsCount()

public int getOriginalLocationsCount()

The locations of a resource prior to the execution of the operation. Requests that mutate the resource's location must populate both the 'original_locations' as well as the 'current_locations' fields. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string original_locations = 2;

Returns
TypeDescription
int

The count of originalLocations.

getOriginalLocationsList()

public ProtocolStringList getOriginalLocationsList()

The locations of a resource prior to the execution of the operation. Requests that mutate the resource's location must populate both the 'original_locations' as well as the 'current_locations' fields. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

repeated string original_locations = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the originalLocations.

getParserForType()

public Parser<ResourceLocation> getParserForType()
Returns
TypeDescription
Parser<ResourceLocation>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ResourceLocation.Builder newBuilderForType()
Returns
TypeDescription
ResourceLocation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResourceLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ResourceLocation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ResourceLocation.Builder toBuilder()
Returns
TypeDescription
ResourceLocation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException