public interface CreateInsightsConfigRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInsightsConfig()
public abstract InsightsConfig getInsightsConfig()
Required. The resource being created.
.google.cloud.developerconnect.v1.InsightsConfig insights_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
InsightsConfig |
The insightsConfig. |
getInsightsConfigId()
public abstract String getInsightsConfigId()
Required. ID of the requesting InsightsConfig.
string insights_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The insightsConfigId. |
getInsightsConfigIdBytes()
public abstract ByteString getInsightsConfigIdBytes()
Required. ID of the requesting InsightsConfig.
string insights_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for insightsConfigId. |
getInsightsConfigOrBuilder()
public abstract InsightsConfigOrBuilder getInsightsConfigOrBuilder()
Required. The resource being created.
.google.cloud.developerconnect.v1.InsightsConfig insights_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
InsightsConfigOrBuilder |
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. |
getValidateOnly()
public abstract boolean getValidateOnly()
Optional. If set, validate the request, but do not actually post it.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The validateOnly. |
hasInsightsConfig()
public abstract boolean hasInsightsConfig()
Required. The resource being created.
.google.cloud.developerconnect.v1.InsightsConfig insights_config = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the insightsConfig field is set. |