public final class ResourceLocation extends GeneratedMessageV3 implements ResourceLocationOrBuilder
Location information about a resource.
Protobuf type google.cloud.audit.ResourceLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CURRENT_LOCATIONS_FIELD_NUMBER
public static final int CURRENT_LOCATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ORIGINAL_LOCATIONS_FIELD_NUMBER
public static final int ORIGINAL_LOCATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ResourceLocation getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ResourceLocation.Builder newBuilder()
newBuilder(ResourceLocation prototype)
public static ResourceLocation.Builder newBuilder(ResourceLocation prototype)
public static ResourceLocation parseDelimitedFrom(InputStream input)
public static ResourceLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ResourceLocation parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ResourceLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ResourceLocation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ResourceLocation parseFrom(CodedInputStream input)
public static ResourceLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ResourceLocation parseFrom(InputStream input)
public static ResourceLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ResourceLocation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ResourceLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ResourceLocation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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 |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
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 |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
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 |
---|
Type | Description |
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;
getDefaultInstanceForType()
public ResourceLocation getDefaultInstanceForType()
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 |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
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 |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
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 |
---|
Type | Description |
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;
getParserForType()
public Parser<ResourceLocation> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ResourceLocation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ResourceLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ResourceLocation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides