public static final class Workload.ResourceSettings extends GeneratedMessageV3 implements Workload.ResourceSettingsOrBuilder
Represent the custom settings for the resources to be created.
Protobuf type google.cloud.assuredworkloads.v1.Workload.ResourceSettings
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
RESOURCE_ID_FIELD_NUMBER
public static final int RESOURCE_ID_FIELD_NUMBER
Field Value
RESOURCE_TYPE_FIELD_NUMBER
public static final int RESOURCE_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Workload.ResourceSettings getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Workload.ResourceSettings.Builder newBuilder()
Returns
newBuilder(Workload.ResourceSettings prototype)
public static Workload.ResourceSettings.Builder newBuilder(Workload.ResourceSettings prototype)
Parameter
Returns
public static Workload.ResourceSettings parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Workload.ResourceSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Workload.ResourceSettings parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Workload.ResourceSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Workload.ResourceSettings parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Workload.ResourceSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Workload.ResourceSettings parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Workload.ResourceSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Workload.ResourceSettings parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Workload.ResourceSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Workload.ResourceSettings parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Workload.ResourceSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Workload.ResourceSettings> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Workload.ResourceSettings getDefaultInstanceForType()
Returns
getDisplayName()
public String getDisplayName()
User-assigned resource display name.
If not empty it will be used to create a resource with the specified
name.
string display_name = 3;
Returns
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
User-assigned resource display name.
If not empty it will be used to create a resource with the specified
name.
string display_name = 3;
Returns
Type | Description |
ByteString | The bytes for displayName.
|
getParserForType()
public Parser<Workload.ResourceSettings> getParserForType()
Returns
Overrides
getResourceId()
public String getResourceId()
Resource identifier.
For a project this represents project_id. If the project is already
taken, the workload creation will fail.
For KeyRing, this represents the keyring_id.
For a folder, don't set this value as folder_id is assigned by Google.
string resource_id = 1;
Returns
Type | Description |
String | The resourceId.
|
getResourceIdBytes()
public ByteString getResourceIdBytes()
Resource identifier.
For a project this represents project_id. If the project is already
taken, the workload creation will fail.
For KeyRing, this represents the keyring_id.
For a folder, don't set this value as folder_id is assigned by Google.
string resource_id = 1;
Returns
Type | Description |
ByteString | The bytes for resourceId.
|
getResourceType()
public Workload.ResourceInfo.ResourceType getResourceType()
Indicates the type of resource. This field should be specified to
correspond the id to the right resource type (CONSUMER_FOLDER or
ENCRYPTION_KEYS_PROJECT)
.google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType resource_type = 2;
Returns
getResourceTypeValue()
public int getResourceTypeValue()
Indicates the type of resource. This field should be specified to
correspond the id to the right resource type (CONSUMER_FOLDER or
ENCRYPTION_KEYS_PROJECT)
.google.cloud.assuredworkloads.v1.Workload.ResourceInfo.ResourceType resource_type = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for resourceType.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Workload.ResourceSettings.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Workload.ResourceSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Workload.ResourceSettings.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions