Interface CreateTrustConfigRequestOrBuilder (0.44.0)

public interface CreateTrustConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract 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
TypeDescription
String

The parent.

getParentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for parent.

getTrustConfig()

public abstract TrustConfig getTrustConfig()

Required. A definition of the TrustConfig to create.

.google.cloud.certificatemanager.v1.TrustConfig trust_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TrustConfig

The trustConfig.

getTrustConfigId()

public abstract 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
TypeDescription
String

The trustConfigId.

getTrustConfigIdBytes()

public abstract 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
TypeDescription
ByteString

The bytes for trustConfigId.

getTrustConfigOrBuilder()

public abstract TrustConfigOrBuilder getTrustConfigOrBuilder()

Required. A definition of the TrustConfig to create.

.google.cloud.certificatemanager.v1.TrustConfig trust_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TrustConfigOrBuilder

hasTrustConfig()

public abstract boolean hasTrustConfig()

Required. A definition of the TrustConfig to create.

.google.cloud.certificatemanager.v1.TrustConfig trust_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the trustConfig field is set.