Interface UpdateGroupRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateGroupRequest
,UpdateGroupRequest.Builder
public interface UpdateGroupRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorGroup
getGroup()
Required.ErrorGroupOrBuilder
getGroupOrBuilder()
Required.boolean
hasGroup()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGroup
boolean hasGroup()
Required. The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the group field is set.
-
getGroup
ErrorGroup getGroup()
Required. The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The group.
-
getGroupOrBuilder
ErrorGroupOrBuilder getGroupOrBuilder()
Required. The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];
-
-