public final class CreateTrustConfigRequest extends GeneratedMessageV3 implements CreateTrustConfigRequestOrBuilder
Request for the CreateTrustConfig
method.
Protobuf type google.cloud.certificatemanager.v1.CreateTrustConfigRequest
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
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRUST_CONFIG_FIELD_NUMBER
public static final int TRUST_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRUST_CONFIG_ID_FIELD_NUMBER
public static final int TRUST_CONFIG_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateTrustConfigRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateTrustConfigRequest.Builder newBuilder()
newBuilder(CreateTrustConfigRequest prototype)
public static CreateTrustConfigRequest.Builder newBuilder(CreateTrustConfigRequest prototype)
public static CreateTrustConfigRequest parseDelimitedFrom(InputStream input)
public static CreateTrustConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateTrustConfigRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateTrustConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateTrustConfigRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateTrustConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateTrustConfigRequest parseFrom(CodedInputStream input)
public static CreateTrustConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateTrustConfigRequest parseFrom(InputStream input)
public static CreateTrustConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateTrustConfigRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateTrustConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateTrustConfigRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CreateTrustConfigRequest getDefaultInstanceForType()
getParent()
public String getParent()
Required. The parent resource of the TrustConfig. Must be in the format
projects/*/locations/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The parent resource of the TrustConfig. Must be in the format
projects/*/locations/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<CreateTrustConfigRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTrustConfig()
public TrustConfig getTrustConfig()
Required. A definition of the TrustConfig to create.
.google.cloud.certificatemanager.v1.TrustConfig trust_config = 3 [(.google.api.field_behavior) = REQUIRED];
getTrustConfigId()
public String getTrustConfigId()
Required. A user-provided name of the TrustConfig. Must match the regexp
[a-z0-9-]{1,63}
.
string trust_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The trustConfigId.
|
getTrustConfigIdBytes()
public ByteString getTrustConfigIdBytes()
Required. A user-provided name of the TrustConfig. Must match the regexp
[a-z0-9-]{1,63}
.
string trust_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for trustConfigId.
|
getTrustConfigOrBuilder()
public TrustConfigOrBuilder getTrustConfigOrBuilder()
Required. A definition of the TrustConfig to create.
.google.cloud.certificatemanager.v1.TrustConfig trust_config = 3 [(.google.api.field_behavior) = REQUIRED];
hasTrustConfig()
public boolean hasTrustConfig()
Required. A definition of the TrustConfig to create.
.google.cloud.certificatemanager.v1.TrustConfig trust_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the trustConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateTrustConfigRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateTrustConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateTrustConfigRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides