Interface GuestPolicies.EffectiveGuestPolicy.SourcedPackageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GuestPolicies.Package getPackage()
      A software package to configure on the VM instance.
      GuestPolicies.PackageOrBuilder getPackageOrBuilder()
      A software package to configure on the VM instance.
      String getSource()
      Name of the guest policy providing this config.
      com.google.protobuf.ByteString getSourceBytes()
      Name of the guest policy providing this config.
      boolean hasPackage()
      A software package to configure on the VM instance.
      • 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

      • getSource

        String getSource()
         Name of the guest policy providing this config.
         
        string source = 1;
        Returns:
        The source.
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
         Name of the guest policy providing this config.
         
        string source = 1;
        Returns:
        The bytes for source.
      • hasPackage

        boolean hasPackage()
         A software package to configure on the VM instance.
         
        .google.cloud.osconfig.v1beta.Package package = 2;
        Returns:
        Whether the package field is set.
      • getPackage

        GuestPolicies.Package getPackage()
         A software package to configure on the VM instance.
         
        .google.cloud.osconfig.v1beta.Package package = 2;
        Returns:
        The package.
      • getPackageOrBuilder

        GuestPolicies.PackageOrBuilder getPackageOrBuilder()
         A software package to configure on the VM instance.
         
        .google.cloud.osconfig.v1beta.Package package = 2;