Interface GetGroupRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetGroupRequest, GetGroupRequest.Builder

    public interface GetGroupRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroupName()
      Required.
      com.google.protobuf.ByteString getGroupNameBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getGroupName

        String getGroupName()
         Required. The group resource name. Written as
         `projects/{projectID}/groups/{group_name}`. Call
         [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
         to return a list of groups belonging to this project.
        
         Example: `projects/my-project-123/groups/my-group`
         
        string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The groupName.
      • getGroupNameBytes

        com.google.protobuf.ByteString getGroupNameBytes()
         Required. The group resource name. Written as
         `projects/{projectID}/groups/{group_name}`. Call
         [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/v1beta1/projects.groupStats/list)
         to return a list of groups belonging to this project.
        
         Example: `projects/my-project-123/groups/my-group`
         
        string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for groupName.