public interface CreatePostureRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getPosture()
public abstract Posture getPosture()Required. The resource being created.
.google.cloud.securityposture.v1.Posture posture = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Posture |
The posture. |
getPostureId()
public abstract String getPostureId()Required. User provided identifier. It should be unique in scope of an Organization and location.
string posture_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The postureId. |
getPostureIdBytes()
public abstract ByteString getPostureIdBytes()Required. User provided identifier. It should be unique in scope of an Organization and location.
string posture_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for postureId. |
getPostureOrBuilder()
public abstract PostureOrBuilder getPostureOrBuilder()Required. The resource being created.
.google.cloud.securityposture.v1.Posture posture = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PostureOrBuilder |
|
hasPosture()
public abstract boolean hasPosture()Required. The resource being created.
.google.cloud.securityposture.v1.Posture posture = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the posture field is set. |